. * --------------------------------------------------------------------- */ include ('../inc/includes.php'); Session::checkRight("consumable", READ); Html::header(Consumable::getTypeName(Session::getPluralNumber()), $_SERVER['PHP_SELF'], "assets", "consumableitem"); if (isset($_GET["synthese"])) { Consumable::showSummary(); } else { Search::show('ConsumableItem'); } Html::footer();