mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +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:
parent
1e4d437441
commit
5f50887e38
@ -72,6 +72,9 @@ function plugin_init_example() {
|
|||||||
//function to populate planning
|
//function to populate planning
|
||||||
$PLUGIN_HOOKS['display_planning']['example']="plugin_display_planning_example";
|
$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";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user