set_filenames(array("body" => "about.html")); $template->assign_vars(array( 'CONTENT'=> $clsSite_config->about )); $template->pparse("body"); include("footer.php"); ?>