",$row[BODY])) { $bits = explode("",$row[BODY]); $body_top = $bits[0]; $body_bottom = $bits[1]; } else { $body_top = $row[BODY]; } if($allow_html == "no") { $body_top = chunk_parser($body_top); $body_bottom = chunk_parser($body_bottom); } ////////////////////////////////////////////// S T A R T P A G E public_header(); if(!empty($thistitle)) { echo "

$thistitle

"; } if(!empty($body_top)) { echo "$body_top\n

\n"; } if(file_exists($inc_path)) { include "includes/$include"; } if(!empty($body_bottom)) { echo "$body_bottom\n

\n"; } public_footer(); ?>