include "config.php"; global $judul_situs,$theme; include "themes/$theme/header.php"; ?> if(!isset($pilih))$pilih=''; switch($pilih){ case '': include "normal.php"; break; default: if($mod == "yes" && file_exists("mod/$pilih.php")){ include "mod/$pilih.php"; } else { if (eregi('http://', $pilih) or !file_exists("$pilih.php")){ $pilih = 'normal'; } include "$pilih.php"; } break; } ?> include "themes/$theme/footer.php"; ?>