From 6ca24436bdb144d68cc772ce6b5a75929d35b773 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 9 Jul 2008 09:05:07 +0000 Subject: new profile avatar page git-svn-id: https://code.elgg.org/elgg/trunk@1342 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/editicon.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'mod/profile/views') diff --git a/mod/profile/views/default/profile/editicon.php b/mod/profile/views/default/profile/editicon.php index b580426b7..eca239872 100644 --- a/mod/profile/views/default/profile/editicon.php +++ b/mod/profile/views/default/profile/editicon.php @@ -17,6 +17,19 @@ +
+ +

:

+ username . "/medium/" . $_SESSION['user']->icontime . ".jpg"; + echo "\"avatar\""; + + ?> + +
+ +

: @@ -32,9 +45,12 @@ " />

+
"; + echo "

Create a new avatar:

"; echo elgg_echo("profile:createicon:instructions") . ":
"; //display the current user photo $user_master_image = $vars['url'] . "pg/icon/" . $_SESSION['user']->username . "/master/" . $_SESSION['user']->icontime . ".jpg"; -- cgit v1.2.3