if ($_GET['art']=='galerie' and $_GET['zimmer']=='garten'){
?>
}
if ($_GET['art']=='galerie' and $_GET['zimmer']=='bad'){
?>
}
if ($_GET['art']=='galerie' and $_GET['zimmer']=='boot'){
?>
}
?>
|
if ($_GET['art']==''){
include ("willkommen.html");
}
if ($_GET['art']=='kontakt'){
include ("kontakt.html");
}
if ($_GET['art']=='boot'){
include ("boot.php");
}
if ($_GET['art']=='impressum'){
include ("impressum.htm");
}
if ($_GET['art']=='galerie'){
include ("galerie.php");
}
if ($_GET['art']=='kalender'){
include ("kalender.html");
}
if ($_GET['art']=='Anreise'){
include ("anreise.html");
}
if ($_GET['art']=='karte'){
include ("anreise1.html");
}
if ($_GET['art']=='preis'){
include ("preis.php");
}
if ($_GET['art']=='gaestebuch'){
include ("Gaestebuch/gaestebuch.php");
}
if ($_GET['art']=='form'){
include ("Gaestebuch/gaestebuch_eintrag.php");
}
if ($_GET['art']=='login'){
include ("login/login.php");
}
if ($_GET['art']=='admin'){
include ("admin/link.php");
}
?>
|
|
|
|