pb de positionnement du menu

This commit is contained in:
fredtempez 2021-12-06 09:14:14 +01:00
parent 518c74d877
commit eeac65ba45
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<?php
if ( $this->getData(['theme', 'menu', 'position']) === 'top'
AND $this->getData(['theme', 'menu', 'fixed']) === true
AND $this->getUser('password') === $this->getInput('ZWII_USER_PASSWORD',true)
AND $this->getUser('password') === $this->getInput('ZWII_USER_PASSWORD')
AND $this->getUser('group') > self::GROUP_MEMBER) {
echo '<nav id="navfixedconnected" >';
} else {