-title now stored in session variable.
This commit is contained in:
parent
df675bd8c6
commit
4698e963c1
6 changed files with 63 additions and 60 deletions
|
@ -73,7 +73,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
|||
|
||||
protected function _initTitle(){
|
||||
$view = $this->getResource('view');
|
||||
$view->headTitle(Application_Model_Preference::GetStationName());
|
||||
$view->headTitle(Application_Model_Preference::GetHeadTitle());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue