diff --git a/front/example.form.php b/front/example.form.php new file mode 100644 index 0000000..7fe4b86 --- /dev/null +++ b/front/example.form.php @@ -0,0 +1,47 @@ +. + -------------------------------------------------------------------------- + */ + +// ---------------------------------------------------------------------- +// Original Author of file: +// Purpose of file: +// ---------------------------------------------------------------------- + +include ('../../../inc/includes.php'); + +if ($_SESSION["glpiactiveprofile"]["interface"] == "central") { + Html::header("TITRE", $_SERVER['PHP_SELF'],"plugins","pluginexampleexample",""); +} else { + Html::helpHeader("TITRE", $_SERVER['PHP_SELF']); +} + +$example = new PluginExampleExample(); +$example->display($_GET); + +Html::footer(); +?> \ No newline at end of file