. */ function render_xhtml($path) { include($path); include($_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"); xhtml_header($title); print($body); include($_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"); page_footer($path); } ?>