X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=output.php;h=8288ee2dbb2dee36204916c831d38f65785950fe;hp=a224d6f85836cb199d51d2d4b9dc6531f802cb24;hb=0703a75b3d53fd28f21f3dbabf2c1630da46bd2c;hpb=12cfb198f8d644e370d646a7c42b37291a466089 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; }