Helper path

This commit is contained in:
Michael RICOIS 2015-10-06 10:15:01 +00:00
parent 2c44586f73
commit fe7ab9bd0c

View File

@ -36,7 +36,7 @@ class Application_Controller_Plugin_Theme extends Zend_Controller_Plugin_Abstrac
//Override path for view and layout
$view = $bootstrap->bootstrap('View')->getResource('View');
$view->setBasePath($viewPath);
$view->setHelperPath($vi);
$view->setHelperPath($helperPath);
$layout = $bootstrap->bootstrap('Layout')->getResource('Layout');
$layout->setLayout('layout');
$layout->setLayoutPath($layoutPath);