As stated in question title, is it possible in any way to highlight current link in menu? Menu is pure HTML, created manually.
Sergio E.
As stated in question title, is it possible in any way to highlight current link in menu? Menu is pure HTML, created manually.
Sergio E.
I know how to do this. Using:
Zend_Controller_Front::getInstance()->getRequest()->getControllerName();
How to make this variable accessible in every controller? :)