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

Le menu "Génération de site" en option experimentale

parent c7b5295f
Branches
Tags
No related merge requests found
......@@ -127,7 +127,8 @@ class ZendAfi_View_Helper_Admin_MenuGaucheAdmin extends ZendAfi_View_Helper_Base
$menu_systeme .= $this->addMenu("php.png", $this->translate()->_("Informations système"), "/admin/systeme/phpinfo", $acl_super_admin);
$menu_systeme .= $this->addMenu("images.png", $this->translate()->_("Cache des images"), "/admin/systeme/cacheimages", $acl_super_admin);
$menu_systeme .= $this->addMenu("chat.gif.png", $this->translate()->_("Import avis opac2"), "/admin/systeme/importavisopac2",$acl_super_admin);
$menu_systeme .= $this->addMenu("generation_16.png",$this->translate()->_("Génération du site"), "/admin/systeme/generationsite", $acl_admins_portail);
if (defined('DEVELOPMENT'))
$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->closeBoite();
......
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