summaryrefslogtreecommitdiffstats
path: root/include/functions.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-11-14 20:14:00 -0800
committerArun Persaud <apersaud@lbl.gov>2011-11-14 20:14:00 -0800
commit34dca92fa9209df27921dcc58b9ea5bfb8f131f0 (patch)
tree753729253c7683ff0083c325f9cb915e927acd67 /include/functions.php
parent21973b9985f6325315721cba1c4e046fbbe3a1f0 (diff)
downloade-DoKo-34dca92fa9209df27921dcc58b9ea5bfb8f131f0.tar.gz
e-DoKo-34dca92fa9209df27921dcc58b9ea5bfb8f131f0.tar.bz2
e-DoKo-34dca92fa9209df27921dcc58b9ea5bfb8f131f0.zip
LAYOUT: moved game status to top; cleaned up some css
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/functions.php b/include/functions.php
index 9f36330..fc46a61 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1181,16 +1181,16 @@ function display_user_menu($id)
{
if($i==0)
{
- echo "<div class=\"usermenu\">\n ";
- echo _('It\'s your turn in these games').":<br />\n";
+ echo "\n<div class=\"usermenu\">\n ";
+ echo _('It\'s your turn in these games').":\n";
}
$i++;
echo " <a href=\"".$INDEX."?action=game&amp;me=".$r[0].
- "\">game ".DB_format_gameid($r[1])." </a><br />\n";
+ "\">game ".DB_format_gameid($r[1])." </a>\n";
if($i>4)
{
- echo " ...<br />\n";
+ echo " ...\n";
break;
}
}