"; } function digestTest() { header("Content-type: text/html"); require_once "digest.php"; $rv = prepare_headlines_digest($this->link, $_SESSION['uid'], 1, 1000); $rv[3] = "
" . $rv[3] . ""; print_r($rv); } private function display_main_help() { $info = get_hotkeys_info($this->link); $imap = get_hotkeys_map($this->link); $omap = array(); // :( $tinycharmap = array( "(9)" => "{TAB}", "(191)" => "?"); foreach ($imap[1] as $sequence => $action) { if (!isset($omap[$action])) { $omap[$action] = isset($tinycharmap[$sequence]) ? $tinycharmap[$sequence] : $sequence; } } print "
". __("Other interface tips are available in the Tiny Tiny RSS wiki.") . "
"; } function help() { $topic = basename($_REQUEST["topic"]); switch ($topic) { case "main": $this->display_main_help(); break; case "prefs": //$this->display_prefs_help(); break; default: print "".__("Help topic not found.")."
"; } print "".__("Help topic not found.")."
"; } */ /* print "