summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-01-08 09:16:20 +0000
committerarun <arun>2007-01-08 09:16:20 +0000
commitf91a22b698415eacda6af7403814caa6f34ad7e5 (patch)
tree9c1ffdca2fb8738a41f4fddb062a143481bce5cc /output.php
parenta260a1abdfb22b421fbb4305cf2a0c8d57b89c9e (diff)
downloade-DoKo-f91a22b698415eacda6af7403814caa6f34ad7e5.tar.gz
e-DoKo-f91a22b698415eacda6af7403814caa6f34ad7e5.tar.bz2
e-DoKo-f91a22b698415eacda6af7403814caa6f34ad7e5.zip
FEATURE: added solo and now you also can only play cards that are valid on a trick
Diffstat (limited to 'output.php')
-rw-r--r--output.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/output.php b/output.php
index 5b79681..000c2b2 100644
--- a/output.php
+++ b/output.php
@@ -2,10 +2,10 @@
/* functions which only ouput html */
-function display_status()
+function display_status($gametype)
{
echo "<div class=\"info\">";
- echo " is someone playing solo, etc?";
+ echo " Gametype: $gametype";
echo "</div>\n";
return;
@@ -142,7 +142,7 @@ function check_for_sickness($me,$mycards)
<?php
- echo "wedding?";
+ echo "wedding?";
if(check_wedding($mycards))
{
echo " yes<input type=\"radio\" name=\"wedding\" value=\"yes\" checked=\"checked\" />";