Add helpdesk_menu_entry_icon example

This commit is contained in:
Curtis Conard
2022-01-22 22:08:24 -05:00
committed by Johan Cwiklinski
parent 44fe7d6b57
commit 6b3334ecfd

View File

@ -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['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"]['example'] = true;
$PLUGIN_HOOKS["helpdesk_menu_entry_icon"]['example'] = 'fas fa-puzzle-piece';
} }
// Config page // Config page