From 9732aef914603924915bde24684f322843ead085 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 8 Nov 2007 20:58:20 +0100 Subject: NEW FEATURE: addicted people can turn of a lot of the email spam and just check online all emails saying: it's your turn can be turned off now by a user preference --- output.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'output.php') diff --git a/output.php b/output.php index a8d6bf1..39f67b0 100644 --- a/output.php +++ b/output.php @@ -10,11 +10,18 @@ function output_user_settings() echo "

Settings

\n"; echo "change password
"; + echo "
Card set
\n"; if( $PREF["cardset"] == "english" ) echo "use german cards
"; else echo "use english cards
"; + echo "
Email
\n"; + if( $PREF["email"] == "emailaddict" ) + echo "I'm not addicted (emails for each move)
"; + else + echo "Addicted (minimal amount of emails)
"; + echo "\n"; return; -- cgit v1.2.3-18-g5258