From 50bf7feff0e0461e6afc7a6488dec1b898fa5abd Mon Sep 17 00:00:00 2001 From: msquare Date: Wed, 28 Sep 2016 11:46:40 +0200 Subject: show event info in footer text line --- public/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/index.php') 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() . '
' )); ?> -- cgit v1.2.3-54-g00ecf