. -------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // Original Author of file: Remi collet // Purpose of file: // ---------------------------------------------------------------------- define('GLPI_ROOT', '../../..'); include (GLPI_ROOT . "/inc/includes.php"); Plugin::load('example',true); $dropdown = new PluginExampleDropdown(); include (GLPI_ROOT . "/front/dropdown.common.php"); ?>