diff options
author | arun <arun@nubati.net> | 2007-01-08 09:16:20 +0000 |
---|---|---|
committer | arun <arun> | 2007-01-08 09:16:20 +0000 |
commit | f91a22b698415eacda6af7403814caa6f34ad7e5 (patch) | |
tree | 9c1ffdca2fb8738a41f4fddb062a143481bce5cc /output.php | |
parent | a260a1abdfb22b421fbb4305cf2a0c8d57b89c9e (diff) | |
download | e-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.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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\" />"; |