Skip to content

Instantly share code, notes, and snippets.

@AV4TAr
Created April 12, 2012 18:50
Show Gist options
  • Save AV4TAr/2370035 to your computer and use it in GitHub Desktop.
Save AV4TAr/2370035 to your computer and use it in GitHub Desktop.
Layout.phtml
...
<section id="breadcrumbs">
<ul class="breadcrumb">
<?=
$this->navigation()
->breadcrumbs()
->setMinDepth(0)
->setLinkLast(false)
->setSeparator(" / ");
?>
</ul>
</section>
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment