& (zgodne z xhtml1.0) // $url = $_SERVER['SERVER_NAME']; // if($url=="www.mapamap.eu" || $url=="mapamap.eu"){ require_once('browser.php'); $br = new Browser; //echo "$br->Platform, $br->Name Mersion $br->Version"; if($br->Name != "MSIE") { $where = $HTTP_GET_VARS['go']; if (!isset($where)) { //$where = "start"; $where = "main"; } //header include("header.php"); //zażadzanie bazą include 'ArticleManager.inc'; include 'CategoryManager.inc'; include 'NoclegManager.inc'; $mapX = 21.347171; $mapY = 53.381754; $strony = array ( /*strony podstawowe*/ "main" => "start.php", "start" => "center.php", "noclegi" => "center.php", "nocleg" => "center.php", "gastronomia" => "center.php", "gastro" => "center.php", "baza" =>"baza.php", "sporadnik" =>"poradnik.php", "kalendarium" => "kalendarium.php", "galeria" => "galeria.php" ); if ($where == "onas") { $container="container01"; include("toolbar.php"); include("nav.php"); include("onas.php"); include("right.php"); include("foot.php"); }else if ($where == "regulamin") { $container="container01"; include("toolbar.php"); include("nav.php"); include("regulamin.php"); include("right.php"); include("foot.php"); } else if ($where == "ads") { $container="container01"; include("toolbar.php"); include("nav.php"); include("ads.php"); include("right.php"); include("foot.php"); } else if ($where == "tubylem") { $container="container01"; include("toolbar.php"); include("nav.php"); include("tubylem.php"); include("right.php"); include("foot.php"); }else if ($where == "main") { $container="container01"; include("toolbar.php"); include("nav.php"); include("start.php"); include("right.php"); include("foot.php"); }else{ $container="container"; include("toolbar.php"); include("nav.php"); include("menu.php"); include("right.php"); include("$strony[$where]"); include("foot.php"); } }else{echo "Przepraszamy. Portal turystyczny jest chwilowo dostęny jedynie z przeglądarki Firefox";} ?>