-user name shows in the top right corner.

-fixed bug with development mode not being recognized by Zend.
This commit is contained in:
martin 2011-01-30 18:20:47 -05:00
parent 2310c24f26
commit dc6fcec0e3
6 changed files with 17 additions and 18 deletions

View file

@ -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');
}
}