"; } function digestTest() { header("Content-type: text/html"); $rv = prepare_headlines_digest($this->link, $_SESSION['uid'], 1, 1000); $rv[3] = "
" . $rv[3] . "
"; print_r($rv); } function help() { $topic = basename($_REQUEST["topic"]); if (file_exists("help/$topic.php")) { include("help/$topic.php"); } else { print "

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

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