. -------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // Original Author of file: // Purpose of file: // ---------------------------------------------------------------------- define('GLPI_ROOT', '../../..'); include (GLPI_ROOT . "/inc/includes.php"); if ($_SESSION["glpiactiveprofile"]["interface"] == "central") { Html::header("TITRE", $_SERVER['PHP_SELF'],"plugins","example","optionname"); } else { Html::helpHeader("TITRE", $_SERVER['PHP_SELF']); } //checkTypeRight('PluginExampleExample',"r"); Search::show('PluginExampleExample'); Html::footer(); ?>