mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
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:
parent
15b05d986f
commit
b79b6e9cf0
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user