From 9bcb289c2f88299a65d14c015cee9f382979c8db Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 7 Feb 2019 17:56:57 +0100 Subject: [PATCH] Correct menu flottant dans theme --- core/layout/main.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/layout/main.php b/core/layout/main.php index 337d425c..9f470f7c 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -28,9 +28,10 @@ $this->getData(['theme', 'menu', 'fixed']) === true) { if ($this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD')) {echo 'id="navfixedlogout"';} - else + elseif ($this->getUrl(0) !== 'theme') {echo 'id="navfixedconnected"';} - } ?> + } + ?> >