-user name shows in the top right corner.
-fixed bug with development mode not being recognized by Zend.
This commit is contained in:
parent
2310c24f26
commit
dc6fcec0e3
6 changed files with 17 additions and 18 deletions
|
@ -56,7 +56,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
|||
$view->headScript()->appendFile('/js/libs/stuHover.js','text/javascript');
|
||||
|
||||
//TODO: Find better place to put this in.
|
||||
$view->addHelperPath('views/helpers', 'Airtime_View_Helper');
|
||||
$view->addHelperPath('../application/views/helpers', 'Airtime_View_Helper');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue