forked from ZwiiCMS-Team/ZwiiCMS
position fixe pour la barre de membre simple
This commit is contained in:
parent
c3ab04ee79
commit
41ceb694d8
@ -30,7 +30,8 @@
|
|||||||
<?php
|
<?php
|
||||||
if ( $this->getData(['theme', 'menu', 'position']) === 'top'
|
if ( $this->getData(['theme', 'menu', 'position']) === 'top'
|
||||||
AND $this->getData(['theme', 'menu', 'fixed']) === true
|
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" >';
|
echo '<nav id="navfixedconnected" >';
|
||||||
} else {
|
} else {
|
||||||
echo '<nav id="navfixedlogout" >';
|
echo '<nav id="navfixedlogout" >';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user