From 9bc9a3e7590ba15039b019da22c60bdd9d9868e0 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 18 Dec 2010 21:25:54 +0000 Subject: pulling the avatar code out of the profile plugin - just some minor icon related code left git-svn-id: http://code.elgg.org/elgg/trunk@7671 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/core/avatar/crop.php | 16 ++++++++++++++++ views/default/core/avatar/upload.php | 26 ++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 views/default/core/avatar/crop.php create mode 100644 views/default/core/avatar/upload.php (limited to 'views/default/core') diff --git a/views/default/core/avatar/crop.php b/views/default/core/avatar/crop.php new file mode 100644 index 000000000..499e2af4e --- /dev/null +++ b/views/default/core/avatar/crop.php @@ -0,0 +1,16 @@ + +
+ +
+

+ +

+ +
diff --git a/views/default/core/avatar/upload.php b/views/default/core/avatar/upload.php new file mode 100644 index 000000000..8d920a900 --- /dev/null +++ b/views/default/core/avatar/upload.php @@ -0,0 +1,26 @@ +getIcon('medium'); + +?> + +

+ +

+ +
+ + "; ?> +
+ +
+ 'multipart/form-data'); + echo elgg_view_form('avatar/upload', $form_params, $vars); +?> +
-- cgit v1.2.3