ob_start();
include ('index_pre.php');
if ($continue) {
?>
=stripslashes ($Title)?>
=RetrieveFavicon();?>
// All Jscripts in the system
$dir_path = "layout/javascripts/";
if(is_dir($dir_path)){
$f_handler=@opendir($dir_path);
clearstatcache();
while(($f_name =@readdir($f_handler)) == true){
if($f_name != "." && $f_name != ".." && $f_name != 'Thumbs.db'){
?>
}
}
}
?>
if ($_GET['print'] == 1) {
include($ModuleFile);
?>
}
else {
include ('layout/indexes/'.$layoutindex);
if (UseMenu()) {?>
}
}?>
} // End if ($continue)?>
ob_end_flush();
?>