title = "The master.inc file"; $page->description = "This page describes the master.inc file and its functions."; $page->content = << Here is the master.inc file. It may run out to the right a bit.

EOF; $page->content .= "
\n";
$tmp = file_get_contents("../include/master.inc");
$page->content .= highlight_string($tmp,TRUE);
$page->content .= "
\n"; $page->display(1); ?>