Archived
1
0
Fork 0

Begining of auth, Translate update, Url/Link update

This commit is contained in:
Fredric N 2010-08-23 22:33:50 +02:00
parent 19224a0cbb
commit 0e72e28974
10 changed files with 72 additions and 27 deletions

View file

@ -60,6 +60,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
// Set helper path
$view->addHelperPath('Fiktiv/View/Helper/', 'Fiktiv_View_Helper');
$view->app = $this->getApplication()->getOption('app');
return $view;
}