gerarchia < 100) { $gara = gara::init($_GET["codice"], $codice_round); if (!empty($gara)) { $owner = true; } } if (empty($gara)) { $gara = publicGara::init($_GET["codice"], $codice_round); if (isset($_SESSION["utente"])) { $sidebar_class = "col-lg-3"; $main_class = " col-lg-9"; } } if (!empty($gara) && $gara->setLotto($_GET["codice_lotto"]) && $gara->pubblicaPartecipanti()) { $record = $gara->info; $round = $gara->round; $breadcrumb = array(); if ($owner) { $breadcrumb["/backend/gare/"] = Modulo::getInfo("gare")["titolo"]; $breadcrumb["/backend/gare/panel.php?codice={$record["codice"]}&codice_round={$round["codice"]}"] = __("Pannello"); } else { $breadcrumb["/gare/"] = Modulo::getInfo("gare")["titolo"]; } $breadcrumb["/gare/dettaglio.php?codice={$gara->info["codice"]}&codice_round={$gara->round["codice"]}"] = __("Dettaglio"); $breadcrumb[] = __("Partecipanti"); include_once($root . "/layout/top.php"); ?>

" class="clearfix mb-3"> #

getPartecipanti(); $obj = $gara; include($root."/common/partecipanti/list.php"); ?>
'; die(); } ?>