\n\n"; include("page/top.php"); include("code/filesharing/functions.php"); if($type == "") { include("code/filesharing/start.php"); } else if($type != "" && $name == "") { ShowOverview($type, $i_dir); $linktyp = 0;} else if($type == "Programme" && $name != "") { ShowProgramm($type, $name, $namelink, $i_dir); $linktyp = 1;} else if($type == "Netzwerke" && $name != "") { ShowNetzwerk($type, $name, $namelink, $i_dir); $linktyp = 1;} else { Fehler("/Filesharing/"); } include("page/forum.php"); Forum("index.php"); // include("page/menubar.php"); include("page/middle1.php"); include("menu/main.php"); // include("menu/topplayer.php"); include("page/middle2.php"); include("menu/filesharing.php"); // include("menu/toplink.php"); include("page/bottom.php"); include("page/wordlist2.php"); @mysql_close($dbcon); ?>