diff options
author | Simon Rettberg | 2015-03-09 18:08:15 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-03-09 18:08:15 +0100 |
commit | dcb1d7a5b6c057f34f8cc4aa69275cc4ddb109d3 (patch) | |
tree | 5d9230b6ba937a272d4e966c9348238667da22f9 /index.php | |
parent | Fourth Commit (diff) | |
download | bwlp-webadmin-dcb1d7a5b6c057f34f8cc4aa69275cc4ddb109d3.tar.gz bwlp-webadmin-dcb1d7a5b6c057f34f8cc4aa69275cc4ddb109d3.tar.xz bwlp-webadmin-dcb1d7a5b6c057f34f8cc4aa69275cc4ddb109d3.zip |
+AGB, +DeleteUser feature
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -113,13 +113,11 @@ Message::renderList(); // Render page. If the module wants to output anything, it will be done here... Page::render(); +Render::addTemplate('footer'); + if (defined('CONFIG_DEBUG') && CONFIG_DEBUG) { Message::addWarning('!! Debug-Modus aktiv !!'); } -if (defined('CONFIG_FOOTER')) { - Render::addTemplate('footer', array('text' => CONFIG_FOOTER)); -} - // Send page to client. Render::output(); |