Skip to content
Snippets Groups Projects
Commit aa4d0995 authored by gloas's avatar gloas
Browse files

correction path du dossier html viewRenderer

parent edfc3e91
No related merge requests found
......@@ -57,7 +57,6 @@ class ZendAfi_Controller_Action_Helper_ViewRenderer extends Zend_Controller_Acti
if ($module=="opac") {
$this->view->addHelperPath('ZendAfi/View/Helper/Java', 'ZendAfi_View_Helper_Java');
$this->view->addHelperPath('ZendAfi/View/Helper/Accueil', 'ZendAfi_View_Helper_Accueil');
$this->view->addScriptPath($profil_path.'html');
}
if ($module=="telephone") {
......@@ -68,9 +67,10 @@ class ZendAfi_Controller_Action_Helper_ViewRenderer extends Zend_Controller_Acti
$this->view->addHelperPath('ZendAfi/View/Helper/Telephone', 'ZendAfi_View_Helper_Telephone');
$this->view->addHelperPath('ZendAfi/View/Helper/Telephone/Tags', 'ZendAfi_View_Helper_Telephone_Tags');
$this->view->addScriptPath($profil_path.'html_mobile');
}
// xdebug_break();
$this->view->addScriptPath('.'.$profil_path.($module=='telephone' ? 'html_mobile' : 'html'));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment