diff options
author | arun <arun@nubati.net> | 2007-04-08 19:49:22 +0000 |
---|---|---|
committer | arun <arun> | 2007-04-08 19:49:22 +0000 |
commit | ee59b6b39abc3691431b027785341aa308d1313c (patch) | |
tree | 9f647d208f30202d5a5dfd207590f9af82462965 /output.php | |
parent | 60a2eca84c04fa112e9c80b0c285136517ba9d34 (diff) | |
download | e-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.php | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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; |