ini_set("url_rewriter.tags", "");
session_start();
foreach ($_REQUEST as $key=>$value)
{
//echo "$key=$value
";
//$key=$value;
}
foreach ($_SESSION as $key=>$value)
{
//echo "$key=$value
";
//$key=$value;
}
include ("library/kopf.php");
include("templates/kopf.tpl");
//include("templates/banner.tpl");
include("banner.inc.php");
include("navig.inc.php");
include("templates/inhalt_rahmen_l.tpl");
// Content
switch ($_REQUEST[seite]){
case "ober" : include("templates/ober.tpl"); break;
case "region" : include("templates/region.tpl"); break;
case "gastst" : include("templates/gastst.tpl"); break;
case "ausflug" : include("templates/ausflug.tpl"); break;
case "verleih" : include("templates/verleih.tpl"); break;
case "klettern" : include("templates/klettern.tpl"); break;
case "rad" : include("templates/rad.tpl"); break;
case "wander" : include("templates/wander.tpl"); break;
case "winter" : include("templates/winter.tpl"); break;
case "ver" : include("ver.inc.php"); break;
case "gast" : include("gast.inc.php"); break;
case "gast1" : include("gast1.inc.php"); break;
case "buch" : include("buch.inc.php"); break;
case "kontakt" : include("kontakt.inc.php"); break;
case "impress" : include("templates/impress.tpl"); break;
case "detail" : include("detail.inc.php"); break;
case "anf" : include("templates/anf.tpl"); break;
case "freizeit" : include("templates/freizeit.tpl"); break;
default: {
include("templates/inhalt_l.tpl");
}
}
// Ende Content
include("templates/inhalt_rahmen_r.tpl");
// News
include("news.inc.php");
include("templates/inhalt_end.tpl");
include("templates/fuss.tpl");
?>