From 0703a75b3d53fd28f21f3dbabf2c1630da46bd2c Mon Sep 17 00:00:00 2001 From: arun Date: Tue, 22 May 2007 09:49:07 +0000 Subject: feature: added link to game in final email, CC'ed people in final email --- output.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'output.php') diff --git a/output.php b/output.php index a224d6f..8288ee2 100644 --- a/output.php +++ b/output.php @@ -27,6 +27,8 @@ function output_link_to_user_page($email,$password) function output_user_settings($email,$password) { + global $PREF; + echo "
\n"; echo "

Settings

\n"; echo "
\n"; @@ -46,6 +48,15 @@ function output_user_settings($email,$password) echo " \n"; echo "
\n"; echo "
\n"; + echo "
\n"; + echo " \n"; + echo " \n"; + echo " \n"; + if($PREF["ccemail"]=="no") + echo "
\n"; + else + echo "
\n"; + echo "
\n"; echo "
\n"; return; } -- cgit v1.2.3-18-g5258