ob_start(); session_start(); include 'functions.php'; $thisfile=basename($_SERVER['PHP_SELF']); if(!empty($screen_override)){ $images=fetchImages($screen_override); }else{ $images=fetchImages($thisfile); } $a=strpos($thisfile,'.'); $page=substr($thisfile,0,$a); ?>
|