$s=$_GET["s"]; if(strlen($s)<1){ $s='inicio'; } if(file_exists($s.".php")){ include($s.".php"); } ?>
if($s=='inicio'){ ?>
} ?>