mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
add new display_[login|central] hooks
This commit is contained in:
9
hook.php
9
hook.php
@ -644,4 +644,13 @@ function plugin_example_Status($param) {
|
||||
echo "\n";
|
||||
return $param;
|
||||
}
|
||||
|
||||
function plugin_example_display_central() {
|
||||
echo __("Plugin example displays on central page", "example");
|
||||
}
|
||||
|
||||
function plugin_example_display_login() {
|
||||
echo __("Plugin example displays on login page", "example");
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user