summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2015-11-28 19:22:24 +0100
committermsquare <msquare@notrademark.de>2015-11-28 19:22:24 +0100
commitde52fc7fb0d770dbff802b5c7d4990c8a8ec5d98 (patch)
treea6d1106bb097a0e866ef8566f268e033908dc877 /public
parentecf25f5d2a1793671474fb9dfe816001b98b4770 (diff)
parent999ff3fc7ae857846e6947fc52ae1e9ebd4757ed (diff)
Merge pull request #223 from jlauinger/add-contact-email-configuration
Make contact email address configurable
Diffstat (limited to 'public')
-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()
));