menu mobile fix
This commit is contained in:
parent
979e9db2c2
commit
7318d5cbdf
3 changed files with 21 additions and 22 deletions
|
|
@ -38,10 +38,12 @@
|
|||
<a href="<?=$linker->link(array('users',$loggedUser['url']))?>" id="profile"><i class="fa fa-user fa-fw"></i><?=$loggedUser['username']?></a>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
<?=$menu?>
|
||||
<?php if(!is_null($loggedSeminary)) : ?>
|
||||
<?=$seminarymenu?>
|
||||
<?php endif ?>
|
||||
<menu>
|
||||
<?=$menu?>
|
||||
<?php if(!is_null($loggedSeminary)) : ?>
|
||||
<?=$seminarymenu?>
|
||||
<?php endif ?>
|
||||
</menu>
|
||||
</nav>
|
||||
</header>
|
||||
<article class="wrap">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue