add lang form to function constructCustomerMessage
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s
This commit is contained in:
parent
360f65fe91
commit
393e65c96c
2 changed files with 4 additions and 4 deletions
|
|
@ -193,9 +193,9 @@ function constructMessage()
|
|||
return $message;
|
||||
}
|
||||
|
||||
function constructCustomerMessage($bestellMessage)
|
||||
function constructCustomerMessage($bestellMessage, $langForm)
|
||||
{
|
||||
if ( $lang == "FR" )
|
||||
if ( $langForm == "FR" )
|
||||
{
|
||||
$message .= "Chers Mesdames, Chers Messieurs" . "\n";
|
||||
$message .= "Merci pour votre commande. Nous vous contacterons dès que possible." . "\n\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue