\n\n"; include("page/top.php"); if($subcat1 == "") { include("code/infos/start.php");} //infos.php else if($subcat1 != "" && $subcat2 == "") { include("code/infos/start.php");} else if($subcat1 != "" && $subcat2 != "") { include("code/infos/artikel.php");} /*else if($type == "Tests" && $tests != "" && $hersteller != "" && $player == "") { ShowHersteller($type, $hersteller, $tests, $rootdir);} else if($type == "Tests" && $tests != "" && $hersteller != "" && $player != "") { ShowPlayer($player, $hersteller, $tests, $rootdir);} else { Fehler("/Hardware/Tests/"); } */ include("page/forum.php"); Forum("index.php"); include("code/ads2.php"); // include("page/menubar.php"); include("page/middle1.php"); include("menu/main.php"); // include("menu/topplayer.php"); include("page/middle2.php"); include("menu/infos.php"); // include("menu/toplink.php"); include("page/bottom.php"); // include("page/wordlist.php"); @mysql_close($dbcon); ?>