Correct menu flottant dans theme
This commit is contained in:
parent
632ccfa567
commit
9bcb289c2f
@ -28,9 +28,10 @@
|
|||||||
$this->getData(['theme', 'menu', 'fixed']) === true) {
|
$this->getData(['theme', 'menu', 'fixed']) === true) {
|
||||||
if ($this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD'))
|
if ($this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD'))
|
||||||
{echo 'id="navfixedlogout"';}
|
{echo 'id="navfixedlogout"';}
|
||||||
else
|
elseif ($this->getUrl(0) !== 'theme')
|
||||||
{echo 'id="navfixedconnected"';}
|
{echo 'id="navfixedconnected"';}
|
||||||
} ?>
|
}
|
||||||
|
?>
|
||||||
>
|
>
|
||||||
<div id="toggle"><?php echo template::ico('menu'); ?></div>
|
<div id="toggle"><?php echo template::ico('menu'); ?></div>
|
||||||
<div id="menu" class="
|
<div id="menu" class="
|
||||||
|
Loading…
Reference in New Issue
Block a user