From c44e3cfcc5f363f001b101a82b1c06bfa7b05e69 Mon Sep 17 00:00:00 2001 From: Arun Persaud <arun@nubati.net> Date: Sat, 4 Aug 2007 09:52:56 -0700 Subject: 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 ;) --- functions.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions.php') 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"; -- cgit v1.2.3-18-g5258