* */ // set this for position of this file relative $file_root = "."; // load libraries require($file_root."/include/"."incl.php"); // start of html html_header("ScummVM"); sidebar_start(); //display News echo html_round_frame_start("ScummVM Documentation","98%","",20); echo html_frame_start("","100%",1,1); if ($view and file_exists($file_root."/docs/".$view.".xml")) { // First extract the body from the XML file $html = display_xml($file_root."/docs/".$view.".xml",'BODY'); // Now evaluate any PHP code embded into it $html = eval("?>" . $html . "