-updated all views to use new menu bar

This commit is contained in:
martin 2011-01-26 21:43:56 -05:00
parent 8151ec6429
commit ea14dd44e9
7 changed files with 21 additions and 11 deletions

View file

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