I am using zend_navigation for creating menu. Which works fine. Now i m looking if i can take current page and set it as page title using headTitle. Is there is any way to do that?
or
how can i use config files (.ini) for creating Pagetitle and meta data ?
In controller you can get current active page and get its’s label. Then you cen set it as page title.
You could also write custom plugin to do it for you in every request: