function dofoot($copyrights = 1) { if ($copyrights) { docopyrights(); } echo "</body>\n"; echo "</html>\n"; $contents = ob_get_contents(); ob_end_clean(); echo $contents; exit; }
function dofoot($copyrights = 1) { if ($copyrights) { docopyrights(); } echo "</body>\n"; echo "</html>\n"; }