forked from ZwiiCMS-Team/ZwiiCMS
Sticky menu
This commit is contained in:
parent
0e91df6fc8
commit
f2cd6f8b68
1082
common.css
Normal file
1082
common.css
Normal file
File diff suppressed because it is too large
Load Diff
4
main.php
4
main.php
@ -27,9 +27,9 @@
|
||||
if($this->getData(['theme', 'menu', 'position']) === 'top' &&
|
||||
$this->getData(['theme', 'menu', 'fixed']) === true) {
|
||||
if ($this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD'))
|
||||
{echo 'id="navStickyLogout"';}
|
||||
{echo 'id="navfixedlogout"';}
|
||||
else
|
||||
{echo 'id="navStickyConnected"';}
|
||||
{echo 'id="navfixedconnected"';}
|
||||
} ?>
|
||||
>
|
||||
<div id="toggle"><?php echo template::ico('menu'); ?></div>
|
||||
|
Loading…
Reference in New Issue
Block a user