Skip to content

Instantly share code, notes, and snippets.

@gbili
Created April 4, 2013 08:31
Show Gist options
  • Save gbili/5308752 to your computer and use it in GitHub Desktop.
Save gbili/5308752 to your computer and use it in GitHub Desktop.
top nav
<a class="brand" href="<?php echo $this->url('home') ?>"><?php echo $this->translate('Miner Application') ?></a>
<div class="nav-collapse collapse">
<?php echo $this->navigation('Navigation')
->menu()
->setMinDepth(0)
->setMaxDepth(1)
->setUlClass('nav')
->render() ?>
<?php /*<ul class="nav">
<li class="active"><a href="<?php echo $this->url('home') ?>"><?php echo $this->translate('Home') ?></a></li>
</ul>*/?>
</div><!--/.nav-collapse -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment