menu mobile fix

This commit is contained in:
Daniel 2014-04-07 20:54:46 +02:00
commit 7318d5cbdf
3 changed files with 21 additions and 22 deletions

View file

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