mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
Merge branch 'master' of https://github.com/pluginsGLPI/example into pre_post_show
# Conflicts: # setup.php
This commit is contained in:
@ -177,6 +177,7 @@ function plugin_init_example() {
|
||||
|
||||
$PLUGIN_HOOKS['display_central']['example'] = "plugin_example_display_central";
|
||||
$PLUGIN_HOOKS['display_login']['example'] = "plugin_example_display_login";
|
||||
$PLUGIN_HOOKS['infocom']['example'] = "plugin_example_infocom_hook";
|
||||
|
||||
// pre_show and post_show for tabs and items,
|
||||
// see PluginExampleShowtabitem class for implementation explanations
|
||||
|
Reference in New Issue
Block a user