title = "Calendar Class"; $page->description = "This page describes the Calendar class and its methods."; $page->content = << Here is the Calendar class. It may run out to the right a bit.

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