more cleanup
[e-DoKo.git] / output.php
index 44bdfc3cbf4f9c8af0bb0752dce507cb7e28ff4e..3bf901d0c39a583cba6ffa28c3fd79dde7ee5bf4 100644 (file)
@@ -2,14 +2,13 @@
 
 /* functions which only ouput html  */
 
-function display_news()
+function display_links($email,$password)
 {
   global $wiki;
   echo "<div class=\"bug\">\n".
-    "  Schweinchen should work now (only for new games).<br
-  /><hr />".
-    "  If you find more bugs, please list them in the <a href=\"".
-    $wiki."\">wiki</a>.\n</div>\n";
+    "Report bugs in the <a href=\"". $wiki."\">wiki</a>.<hr />\n";
+  output_link_to_user_page($email,$password);
+  echo  "</div>\n";
   return;
 }