From b79b6e9cf02fe8d743507f3e68a9a146646bc298 Mon Sep 17 00:00:00 2001 From: moyooo Date: Sun, 21 Oct 2007 15:42:58 +0000 Subject: [PATCH] Ajout utilisation bouton config git-svn-id: https://forge.glpi-project.org/svn/example/trunk@37 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.php b/setup.php index 48ae39c..eee5255 100755 --- a/setup.php +++ b/setup.php @@ -44,6 +44,7 @@ function plugin_init_example() { $PLUGIN_HOOKS['submenu_entry']['example']['add'] = 'example.form.php'; $PLUGIN_HOOKS['submenu_entry']['example']["".$LANGEXAMPLE["test"].""] = 'index.php'; $PLUGIN_HOOKS['submenu_entry']['example'][$LANGEXAMPLE["test"]] = 'index.php'; + $PLUGIN_HOOKS['submenu_entry']['example']['config'] = 'index.php'; $PLUGIN_HOOKS["helpdesk_menu_entry"]['example'] = true;