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"';} - } ?> + } + ?> >