echo '
';include("template.php"); $pg = $_GET['pg']; show_header(); $ex = $_GET['t']; $ext = ""; if($ex=="1"){ $ext = ".html"; }else{ $ext = ".php"; } echo $_SESSION['ui']==""; if($pg=="downloads" and $_SESSION['ui']==""){ echo "Only registered members can access download area.."; }else{ if($pg==""){ include("pages/home.html"); }else{ include("pages/".$pg.$ext); } } show_footer(); ?> >www.dexamob.ru>