position fixe de la barre de membre simple

This commit is contained in:
Fred Tempez 2020-09-26 17:13:59 +02:00
parent 41ceb694d8
commit f0aff19b80
1 changed files with 1 additions and 1 deletions

View File

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