i want to do something like when i am in a specific page (or
action/controller)
i want some sub-nav rendered
how can i do that?
i got a main layout.phtml file for my whole app
i am thinking maybe i add a <?= $this->subnav ?> where i want the sub nav to
be then set it in my controller action? like
$this->view->partial('subnav.phtml') or something? nt sure if its right
syntax ...
--
View this message in context:
http://www.nabble.com/Navigations---Layout-tp23400255p23400255.html
Sent from the Zend Framework mailing list archive at Nabble.com.