mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
Ajout CSS et JS depuis plugins
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@20 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
@ -72,6 +72,9 @@ function plugin_init_example() {
|
||||
//function to populate planning
|
||||
$PLUGIN_HOOKS['display_planning']['example']="plugin_display_planning_example";
|
||||
|
||||
// Add specific files to add to the header : javascript or css
|
||||
$PLUGIN_HOOKS['add_javascript']['example']="example.js";
|
||||
$PLUGIN_HOOKS['add_css']['example']="example.css";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user