menu position fixe mauvaise position après déco auto

This commit is contained in:
Fred Tempez 2020-09-26 17:33:05 +02:00
parent a18df7cdf4
commit 65a064ef92
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,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')
AND $this->getUser('password') === $this->getInput('ZWII_USER_PASSWORD',true)
AND $this->getUser('group') > self::GROUP_MEMBER) {
echo '<nav id="navfixedconnected" >';
} else {