Hi

I'm using Zend_Navigation and the menu-viewHelper to render a menu on my
site.

I would like to always have the root-level of the menu displayed, but
only the active branch should be expanded. Can this be done somehow?

I've tried:

echo
$this->navigation()->menu()->setRenderParents(true)->setOnlyActiveBranch(true)->setUlClass('vlist')->render();

But this only renders the menu from the active item and down.

-- 
Mads Lie Jensen - [email protected] - ICQ #25478403
Gartneriet - http://www.gartneriet.dk/

Reply via email to