Helper path
This commit is contained in:
parent
2c44586f73
commit
fe7ab9bd0c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user