From 13c55fcde186d4eee75fe83d37d657f418b538b0 Mon Sep 17 00:00:00 2001 From: tsmr Date: Wed, 27 Jan 2016 18:06:58 +0100 Subject: [PATCH] Add form file --- front/example.form.php | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 front/example.form.php 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