-updated all views to use new menu bar
This commit is contained in:
parent
8151ec6429
commit
ea14dd44e9
7 changed files with 21 additions and 11 deletions
|
@ -10,7 +10,12 @@
|
|||
<body>
|
||||
|
||||
<div id="nowplayingbar"><?= $this->partial('partialviews/header.phtml') ?></div>
|
||||
<div id="nav"><?php echo $this->navigation()->menu()->setRenderInvisible(true) ?></div>
|
||||
<div class="logo"></div>
|
||||
|
||||
<?php $partial = array('menu.phtml', 'default');
|
||||
$this->navigation()->menu()->setPartial($partial); ?>
|
||||
|
||||
<?php echo $this->navigation()->menu() ?>
|
||||
|
||||
<div id="content"><?php echo $this->layout()->content ?></div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue