Hi
Is it possible to access the active controller from a Zend_Layout template ? Something like
Code:
$this->layout()->getActiveController()
Or maybe theres another solution for my problem. You see I have a sidebar with a custom menu for every page. So I have an array of links in the Controller class and somehow this has to go to the Zend_Layout classes. I'm trying to avoid having to trigger a function in every Controller.
( Hope this makes sense

)