I have in my config.ini the titles of my pages In my Bootstrap.php I have
$title = $config->title;
Zend_Registry::set('title',$title);
$view->headTitle($title);
In my layout.phtml I have:
echo $this->headTitle();
That does not work. The title is blank. What should I do?
Do you return the view in the bootstrap after you are done with it?
return $view;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With