<?php

include("page_frame.php");
$page_title="This is a test page.";
start_page($page_title);
end_page('');


?>

Valid XHTML 1.0!