adds configuration variable $contact_email
This commit is contained in:
parent
ecf25f5d2a
commit
ff7dd61040
|
@ -6,6 +6,9 @@ $maintenance_mode = false;
|
||||||
// URL to the angel faq and job description
|
// URL to the angel faq and job description
|
||||||
$faq_url = "https://events.ccc.de/congress/2013/wiki/Static:Volunteers";
|
$faq_url = "https://events.ccc.de/congress/2013/wiki/Static:Volunteers";
|
||||||
|
|
||||||
|
// contact email address, linked on every page
|
||||||
|
$contact_email = "mailto:erzengel@lists.ccc.de";
|
||||||
|
|
||||||
// Default-Theme auf der Startseite, 1=style1.css usw.
|
// Default-Theme auf der Startseite, 1=style1.css usw.
|
||||||
$default_theme = 1;
|
$default_theme = 1;
|
||||||
|
|
||||||
|
|
|
@ -157,6 +157,7 @@ echo template_render('../templates/layout.html', array(
|
||||||
'content' => msg() . $content,
|
'content' => msg() . $content,
|
||||||
'header_toolbar' => header_toolbar(),
|
'header_toolbar' => header_toolbar(),
|
||||||
'faq_url' => $faq_url,
|
'faq_url' => $faq_url,
|
||||||
|
'contact_email' => $contact_email,
|
||||||
'locale' => locale()
|
'locale' => locale()
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue