summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 11ddcc3..d94322e 100644
--- a/index.php
+++ b/index.php
@@ -113,6 +113,7 @@ Render::addTemplate('main-menu', array(
'url' => urlencode($_SERVER['REQUEST_URI']),
'user' => User::getName(),
'admin' => User::isAdmin(),
+ 'suite' => CONFIG_SUITE
));
Message::renderList();
@@ -120,7 +121,7 @@ Message::renderList();
// Render page. If the module wants to output anything, it will be done here...
Page::render();
-Render::addTemplate('footer');
+Render::addTemplate('footer', array('help' => CONFIG_FOOTER_SUPPORT));
if (defined('CONFIG_DEBUG') && CONFIG_DEBUG) {
Message::addWarning('!! Debug-Modus aktiv !!');