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

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