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

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

"; } print "
"; } } ?>