. * ------------------------------------------------------------------------- * @copyright Copyright (C) 2006-2022 by Example plugin team. * @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html * @link https://github.com/pluginsGLPI/example * ------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // Original Author of file: Remi Collet // Purpose of file: // ---------------------------------------------------------------------- use GlpiPlugin\Example\Dropdown; include ('../../../inc/includes.php'); Plugin::load('example', true); $dropdown = new Dropdown(); include (GLPI_ROOT . "/front/dropdown.common.form.php");