Sticky menu

This commit is contained in:
Fred 2019-02-07 15:01:23 +01:00 committed by GitHub
parent 0e91df6fc8
commit f2cd6f8b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1084 additions and 2 deletions

1082
common.css Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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>