summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-09-28 11:46:40 +0200
committermsquare <msquare@notrademark.de>2016-09-28 11:46:40 +0200
commit50bf7feff0e0461e6afc7a6488dec1b898fa5abd (patch)
tree614f435b51a92649ec388a1554009017173bdd75 /public
parent6384eca1cefd9cc3aa1b38cbc037751c5f2fd5d8 (diff)
show event info in footer text line
Diffstat (limited to 'public')
-rw-r--r--public/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 31668687..e8cb1e2f 100644
--- a/public/index.php
+++ b/public/index.php
@@ -164,7 +164,8 @@ echo template_render('../templates/layout.html', array(
'header_toolbar' => header_toolbar(),
'faq_url' => $faq_url,
'contact_email' => $contact_email,
- 'locale' => locale()
+ 'locale' => locale(),
+ 'event_info' => EventConfig_info() . '<br />'
));
?>