edit message mail and forms
This commit is contained in:
parent
8ee2306cb2
commit
d39d4f21c8
2 changed files with 3 additions and 3 deletions
|
|
@ -21,8 +21,8 @@ enableRobotsTXT = true
|
|||
########################### Deployment #############################
|
||||
[params]
|
||||
# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode.
|
||||
# environment = "production"
|
||||
environment = "development"
|
||||
environment = "production"
|
||||
#environment = "development"
|
||||
|
||||
# set to true to enable captcha on the form
|
||||
useCaptcha = true
|
||||
|
|
|
|||
|
|
@ -212,7 +212,7 @@ function constructMessage()
|
|||
if (!empty($anmerkung))
|
||||
{
|
||||
$message .= "<hr/><p><b>";
|
||||
$message .= ( $lang == "FR" ? "Remarque : " : "Ihre Bemerkung: ");
|
||||
$message .= ( $lang == "FR" ? "Remarque: " : "Ihre Bemerkung: ");
|
||||
$message .= "</b><br/>" . $anmerkung . "<br/></p>";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue