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 --- includes/view/EventConfig_view.php | 47 +++++++++++++++++++++++++++++++++----- public/index.php | 3 ++- templates/layout.html | 1 + 3 files changed, 44 insertions(+), 7 deletions(-) diff --git a/includes/view/EventConfig_view.php b/includes/view/EventConfig_view.php index aa43c28e..429b6a86 100644 --- a/includes/view/EventConfig_view.php +++ b/includes/view/EventConfig_view.php @@ -1,13 +1,48 @@ header_toolbar(), 'faq_url' => $faq_url, 'contact_email' => $contact_email, - 'locale' => locale() + 'locale' => locale(), + 'event_info' => EventConfig_info() . '
' )); ?> diff --git a/templates/layout.html b/templates/layout.html index ee7fcd2d..a311be67 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -29,6 +29,7 @@

-- cgit v1.2.3-54-g00ecf