"; } function digestSend() { send_headlines_digests($this->link); } function help() { $topic = basename($_REQUEST["topic"]); if (file_exists("help/$topic.php")) { include("help/$topic.php"); } else { print "

".__("Help topic not found.")."

"; } /* print "
"; */ } } ?>