ALF Breadcrumb
You can see the breadcrumb in this page. The markup is a DIV
with class="alf-breadcrumb"
, and a simple UL inside.
The last item can or not be a link, it will look the same.
<div class="alf-breadcrumb">
<ul>
<li><a href="...">Home</a></li>
<li><a href="...">Path</a></li>
<li>Current page</li>
</ul>
</div>