Ajout utilisation bouton config

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@37 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
moyooo 2007-10-21 15:42:58 +00:00
parent 15b05d986f
commit b79b6e9cf0

View File

@ -44,6 +44,7 @@ function plugin_init_example() {
$PLUGIN_HOOKS['submenu_entry']['example']['add'] = 'example.form.php';
$PLUGIN_HOOKS['submenu_entry']['example']["<img src='".$CFG_GLPI["root_doc"]."/pics/menu_showall.png' title='".$LANGEXAMPLE["test"]."' alt='".$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;