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

Correction menu explorateur de fichiers

parent 2f0e4db8
Branches
Tags
No related merge requests found
......@@ -131,7 +131,7 @@ class ZendAfi_View_Helper_Admin_MenuGaucheAdmin extends ZendAfi_View_Helper_Base
$menu_systeme .= $this->addMenu("generation_16.png",$this->translate()->_("Génération du site"), "/admin/systeme/generationsite", $acl_admins_portail);
$menu_systeme .= $this->addMenu("batch_16.png", $this->translate()->_("Batchs"), "/admin/batch", $acl_super_admin);
$menu_systeme .= $this->addMenu("file_browser.png", $this->translate()->_("Explorateur de fichiers"),
$this->view->absoluteUrl(CKBASEURL."core_five_filemanager/index.html?ServerPath=".USERFILESURL), $acl_admins_portail);
'/'.CKBASEPATH."core_five_filemanager/index.html?ServerPath=".USERFILESURL, $acl_admins_portail);
$menu_systeme .= $this->closeBoite();
// Activation des menus en fonction du rôle
......
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