On 23/05/2009, Jurian Sluiman <[email protected]> wrote: > > > I use the Zend_Navigation in my system. To point to the homepage, I use an > empty uri element. In the Zend_View_Helper_Navigation_Menu there is a > htmlify() method which resets the element to a <span> instead of an <a> tag. >
This sounds perfectly reasonable to me, personally I wouldn't want the navigation helpers to be outputting links that don't go anywhere. I would suggest setting the URI to just / for your homepage, as this (should be) the correct path anyway. -- Tim Fountain http://tfountain.co.uk/
