mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-27 22:48:43 +02:00
Add helpdesk_menu_entry_icon example
This commit is contained in:

committed by
Johan Cwiklinski

parent
44fe7d6b57
commit
6b3334ecfd
@ -91,6 +91,7 @@ function plugin_init_example() {
|
||||
// $PLUGIN_HOOKS['submenu_entry']['example']['options']['optionname']['links'][__s('Test link', 'example')] = '/plugins/example/index.php';
|
||||
|
||||
$PLUGIN_HOOKS["helpdesk_menu_entry"]['example'] = true;
|
||||
$PLUGIN_HOOKS["helpdesk_menu_entry_icon"]['example'] = 'fas fa-puzzle-piece';
|
||||
}
|
||||
|
||||
// Config page
|
||||
|
Reference in New Issue
Block a user