. -------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // 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']); } //checkTypeRight('PluginExampleExample',"r"); Search::show('PluginExampleExample'); Html::footer(); ?>