iceangel89 wrote:
>
> $home = new Zend_Navigation_Page_Uri(array(
> 'label' => 'Home',
> 'module' => 'default',
> 'controller' => 'index',
> 'action' => 'index'
> ));
>
> but when i render my menu, home is always active... as in not a link.
>
You're creating a URI page, but giving it MVC params. You probably meant to
create a Zend_Navigation_Page_Mvc page.
robinsk
--
View this message in context:
http://www.nabble.com/Zend_Navigation-menu-active-page-not-working-...-tp23420914p23447565.html
Sent from the Zend Framework mailing list archive at Nabble.com.