summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-08-04 09:52:56 -0700
committerArun Persaud <arun@nubati.net>2007-08-04 09:52:56 -0700
commitc44e3cfcc5f363f001b101a82b1c06bfa7b05e69 (patch)
treee8a8d4ca971ee358b608c92017f27320f1a7e7b3 /functions.php
parent8c9f2736384c0c279019ca41c32da58e127bf572 (diff)
downloade-DoKo-c44e3cfcc5f363f001b101a82b1c06bfa7b05e69.tar.gz
e-DoKo-c44e3cfcc5f363f001b101a82b1c06bfa7b05e69.tar.bz2
e-DoKo-c44e3cfcc5f363f001b101a82b1c06bfa7b05e69.zip
LAYOUT: fixed some overlaying of boxes (but not all), made userpage a bit nicer
a bit more html on the user page and the session are displayed differently now. Also fixed a few small html errors, moved the link for new games into the menu and probably some small things I don't remember right now ;)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 57945ef..45fa0ae 100644
--- a/functions.php
+++ b/functions.php
@@ -821,6 +821,9 @@ function display_user_menu()
echo "<a href=\"".$host."?me=".$r[0]."\">game ".DB_format_gameid($r[1])." </a><br />\n";
}
+ echo "<hr> <a href=\"".$host."?new\">start a new game</a>";
+
+
echo
"<hr />Report bugs in the <a href=\"". $wiki."\">wiki</a>\n";
echo "</div>\n";