summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-04-08 19:49:22 +0000
committerarun <arun>2007-04-08 19:49:22 +0000
commitee59b6b39abc3691431b027785341aa308d1313c (patch)
tree9f647d208f30202d5a5dfd207590f9af82462965 /output.php
parent60a2eca84c04fa112e9c80b0c285136517ba9d34 (diff)
downloade-DoKo-ee59b6b39abc3691431b027785341aa308d1313c.tar.gz
e-DoKo-ee59b6b39abc3691431b027785341aa308d1313c.tar.bz2
e-DoKo-ee59b6b39abc3691431b027785341aa308d1313c.zip
cleaned up the interface a bit
Diffstat (limited to 'output.php')
-rw-r--r--output.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/output.php b/output.php
index 77aba21..44bdfc3 100644
--- a/output.php
+++ b/output.php
@@ -2,15 +2,6 @@
/* functions which only ouput html */
-function display_status($gametype)
-{
- echo "<div class=\"info\">";
- echo " Gametype: $gametype";
- echo "</div>\n";
-
- return;
-}
-
function display_news()
{
global $wiki;