summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-04-09 08:06:01 +0000
committerarun <arun>2007-04-09 08:06:01 +0000
commitdf684cccba11a7efdee637b58de9c1ecd25bdc10 (patch)
tree7d2dd7db51b9ae12c81d5e4562b8d198dd47acd4 /output.php
parent330c4ad8114934ccd906eee471c9986e27549c47 (diff)
downloade-DoKo-df684cccba11a7efdee637b58de9c1ecd25bdc10.tar.gz
e-DoKo-df684cccba11a7efdee637b58de9c1ecd25bdc10.tar.bz2
e-DoKo-df684cccba11a7efdee637b58de9c1ecd25bdc10.zip
more cleanup
Diffstat (limited to 'output.php')
-rw-r--r--output.php9
1 files changed, 4 insertions, 5 deletions
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 "<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;
}