Merge branch 'master' of https://github.com/pluginsGLPI/example into pre_post_show

# Conflicts:
#	setup.php
This commit is contained in:
tomolimo
2016-07-05 14:46:45 +02:00
4 changed files with 26 additions and 369 deletions

View File

@ -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