From ff7dd610405705260f88b202a2d25c84460e69b4 Mon Sep 17 00:00:00 2001 From: Johannes Lauinger Date: Sun, 1 Nov 2015 21:10:02 +0100 Subject: adds configuration variable $contact_email --- public/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'public') 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() )); -- cgit v1.2.3-54-g00ecf