elseif ($GLOBALS["show_content"]) { switch($id): case("noligue"): print "<a href=scores.php?id=countries>Отдельные лиги стран</a>"; print "<a href=scores.php?id=world>Международные игры</a>"; break; case("countries"): include("*********/getleague.php?country=ukraine&range=today"); include("*********/getleague.php?country=russia&range=today"); include("*********/getleague.php?country=england&range=today"); include("*********/getleague.php?country=italy&range=today"); break; case("world"): include("*********/getleague.php?country=International&range=today"); break; endswitch; }