diff options
author | Arun Persaud <arun@nubati.net> | 2009-10-22 22:56:21 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2009-10-30 20:49:42 -0700 |
commit | ba7d92fad7b3ac0cfe4a6733339aa474991315a2 (patch) | |
tree | 67bd1b65dd9e4b6e084ebbcdd9fca141464b7b31 /include/preferences.php | |
parent | de3f7290a0d3fb90e48c89cf508b38d77db1ccff (diff) | |
download | e-DoKo-ba7d92fad7b3ac0cfe4a6733339aa474991315a2.tar.gz e-DoKo-ba7d92fad7b3ac0cfe4a6733339aa474991315a2.tar.bz2 e-DoKo-ba7d92fad7b3ac0cfe4a6733339aa474991315a2.zip |
NEW FEATURE: use gravatars as icons for players
use icons at the table and on the user page (for last players logged in).
Diffstat (limited to 'include/preferences.php')
-rw-r--r-- | include/preferences.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/preferences.php b/include/preferences.php index 2e3eef2..70ecabb 100644 --- a/include/preferences.php +++ b/include/preferences.php @@ -496,6 +496,7 @@ if($changed_openid) echo " </fieldset>\n"; echo " <fieldset><legend>Submit</legend><input type=\"submit\" name=\"passwd\" value=\"set\" /></fieldset>\n"; echo " </form>\n"; +echo " <p>E-DoKo uses <a href=\"http://www.gravatar.org\">gravatars</a> as icons. I</p>"; echo "</div>\n"; return; |