forked from ZwiiCMS-Team/ZwiiCMS
pb de positionnement du menu
This commit is contained in:
parent
518c74d877
commit
eeac65ba45
@ -39,7 +39,7 @@
|
|||||||
<?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',true)
|
AND $this->getUser('password') === $this->getInput('ZWII_USER_PASSWORD')
|
||||||
AND $this->getUser('group') > self::GROUP_MEMBER) {
|
AND $this->getUser('group') > self::GROUP_MEMBER) {
|
||||||
echo '<nav id="navfixedconnected" >';
|
echo '<nav id="navfixedconnected" >';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user