« All helpers
Displays the top-level navigation as a bulleted list, with class="current" added to the current page's <li> element for custom styling.
class="current"
<li>
In PHP code, call it like this:
echo $this->run ('navigation/breadcrumb');
In a template, call it like this:
{! navigation/breadcrumb !}
Also available in the dynamic objects menu as "Navigation: Top Level".
Displays the top-level navigation as a bulleted list, with
class="current"
added to the current page's<li>
element for custom styling.In PHP code, call it like this:
In a template, call it like this:
Also available in the dynamic objects menu as "Navigation: Top Level".