From 5bd1d97f5e971ea65ab03d812ad99dc9430ea9f0 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 17 Mar 2014 17:11:56 +0100 Subject: [PATCH] Use module name and more whenn rendering the body, drop module-container --- application/layouts/scripts/body.phtml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/application/layouts/scripts/body.phtml b/application/layouts/scripts/body.phtml index 9b4ac8256..fbc266944 100644 --- a/application/layouts/scripts/body.phtml +++ b/application/layouts/scripts/body.phtml @@ -4,10 +4,18 @@ use Icinga\Web\Url; use Icinga\Web\Notification; use Icinga\Authentication\Manager as Auth; + if (Auth::getInstance()->isAuthenticated()): ?>