From df684cccba11a7efdee637b58de9c1ecd25bdc10 Mon Sep 17 00:00:00 2001 From: arun Date: Mon, 9 Apr 2007 08:06:01 +0000 Subject: more cleanup --- output.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index 44bdfc3..3bf901d 100644 --- a/output.php +++ b/output.php @@ -2,14 +2,13 @@ /* functions which only ouput html */ -function display_news() +function display_links($email,$password) { global $wiki; echo "
\n". - " Schweinchen should work now (only for new games).

". - " If you find more bugs, please list them in the wiki.\n
\n"; + "Report bugs in the wiki.
\n"; + output_link_to_user_page($email,$password); + echo "\n"; return; } -- cgit v1.2.3-18-g5258