summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorJohannes Lauinger <johannes@lauinger-it.de>2015-11-01 21:10:02 +0100
committerJohannes Lauinger <johannes@lauinger-it.de>2015-11-01 21:10:02 +0100
commitff7dd610405705260f88b202a2d25c84460e69b4 (patch)
tree55c6712791f31b4960bb4038b3423f878e545fae /public/index.php
parentecf25f5d2a1793671474fb9dfe816001b98b4770 (diff)
adds configuration variable $contact_email
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index 04146088..520649ed 100644
--- a/public/index.php
+++ b/public/index.php
@@ -157,6 +157,7 @@ echo template_render('../templates/layout.html', array(
'content' => msg() . $content,
'header_toolbar' => header_toolbar(),
'faq_url' => $faq_url,
+ 'contact_email' => $contact_email,
'locale' => locale()
));