From 7a811b07f634d3f2bb8c3478a020fc430cf70f7d Mon Sep 17 00:00:00 2001 From: Marcus Proest Date: Thu, 28 Mar 2019 11:19:27 +0100 Subject: Make URLs, brand names and list of admins configurable --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') 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 !!'); -- cgit v1.2.3-55-g7522