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:
moyooo 2007-05-17 19:52:53 +00:00
parent 1e4d437441
commit 5f50887e38

View File

@ -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";
}