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);
Benim in layout.phtml var:
echo $this->headTitle();
That does not work. The title is blank. What should I do?