2 class Backend extends Handler {
5 header("Content-type: text/html");
6 print __("Loading, please wait...") . " " .
7 "<img src='images/indicator_tiny.gif'>";
10 function digestSend() {
11 send_headlines_digests($this->link);
15 $tid = (int) $_REQUEST["tid"];
17 if (file_exists("help/$tid.php")) {
18 include("help/$tid.php");
20 print "<p>".__("Help topic not found.")."</p>";
22 print "<div align='center'>
23 <button onclick=\"javascript:window.close()\">".
24 __('Close this window')."</button></div>";