. -------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // 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.form.php"); ?>