position fixe pour la barre de membre simple

This commit is contained in:
Fred Tempez 2020-09-26 16:59:30 +02:00
parent c3ab04ee79
commit 41ceb694d8
1 changed files with 2 additions and 1 deletions

View File

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