Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protected function _initHeadTitle(){
- $this->bootstrap('view');
- $view = $this->getResource('view');
- $view->headTitle('Text 1 | Text 2')
- ->setSeparator(' - ')
- ->setDefaultAttachOrder(Zend_View_Helper_Placeholder_Container::PREPEND);
- }
Advertisement
Add Comment
Please, Sign In to add comment