Thanks for the responses.
Still a bit stuck. I haven't used the capture helpers, so its very new to
me. Still working on my first ZF app. It seems to be a quick learning
curve,but there is so much to learn.
I have this section in the header.phtml file, in the layouts directory. The
current and sub-current classes tell which page we are on. So that the
navigation is highlighted in the header area.
<div id="navi">
<ul id="navtabs">
<li id="current"> Dashboard </li>
<li> /admin/business/ Businesses </li>
<li > Menu Item Two </li>
<li> Menu Item Three </li>
<li> Menu Item Four </li>
</ul>
<div class="clear"></div>
</div>
<div id="subnavi">
<ul id="subnav">
<li id="sub-current"> Business List </li>
<li> Submenu Item </li>
<li> Submenu Item </li>
<li> Submenu Item </li>
<li> Submenu Item </li>
<li> Submenu Item </li>
</ul>
<div class="clear"></div>
</div>
--
View this message in context:
http://www.nabble.com/setting-style-class-of-an-element-in-navigation-tp20541245p20552588.html
Sent from the Zend Framework mailing list archive at Nabble.com.