\n"; //Inhalt Beginn echo "\n";//Tabelle öffnen echo "\n"; echo "\n"; //Indexinhalt ende echo "\n"; echo "\n"; //Werbung promo Anfang //echo ""; //Werbung Promo Ende echo "
\n"; include ("menu_links.php"); //menu links in Tabelle einfügen echo "\n"; //Indexinhalt start hier!!! if (isset ($_GET['menu'])) { $menu = $_GET['menu']; } else { $menu = "home"; } //Switch für Hauptnavigation: //----------------------------------------------------- switch($menu){ // Navigation für Tourendetails case "1": include ("inc/routen/tour_1.php"); break; case "2": include ("inc/routen/tour_2.php"); break; case "3": include ("inc/routen/tour_3.php"); break; case "4": include ("inc/routen/tour_4.php"); break; //Navigation Main case "contact": include ("inc/contact.inc.php"); break; case "routen": include ("inc/routen.inc.php"); break; case "flotte": include ("inc/flotte.inc.php"); break; case "preise": include ("inc/preise.inc.php"); break; case "buchen": include ("inc/buchen.inc.php"); break; case "agb": include ("inc/agb.inc.php"); break; case "login": include ("inc/login.inc.php"); break; case "register": include ("inc/register.inc.php"); break; case "phone": include ("inc/contact.inc.php"); break; case "formular": include ("inc/formular.inc.php"); break; case "send": include ("inc/work_register.inc.php"); break; //hier das Aktionsformular fuer erklaerung von Bannern case "promo": include ("inc/promo.inc.php"); break; //Aktionsformular Ende case "home": include ("inc/home.inc.php"); break; } //----------------------------------------------------- echo "\n"; include ("menu_rechts.php"); echo "
$promotionbanner
\n"; echo "\n"; echo "\n"; // Abschluss der Tabelle echo "

\n"; //Inhalt Ende include ("bottom.php"); ?>