Skip to content
Snippets Groups Projects
Commit 773c03d4 authored by llaffont's avatar llaffont
Browse files

Corrections suite a reorganisation CE

parent 2ad4c710
No related merge requests found
......@@ -50,7 +50,7 @@ class Admin_ModulesController extends Zend_Controller_Action
// On initalise les proprietes
$profil= Class_Profil::getLoader()->find($this->id_profil);
$cls_module=new Class_Systeme_ModulesAppli();
$this->path_templates=".".$profil->getPathTheme()."templates/boites/";
$this->path_templates=$profil->getPathTemplates();
$preferences = $profil->getCfgModulesPreferences($this->type_module, $this->action, $this->action2);
......
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