Hello folks,
I have breadcrumbs working within my app, but I would like to decorate them a little more. I'm looking to achieve the following: <ul class="breadcrumbs clearFix"> <li class="bcfirst"> </li><li><a href="#">Dashboard</a></li> <li><a href="#">Management</a></li> <li><a href="#">Users</a></li> <li><span>System Users</span></li> <li class="bclast"> </li></ul> Any advice on how I can achieve this within Zend?
