From 7172a9c77c3885e889208693f0f1044b6d502eaa Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 23 Jun 2008 18:56:59 +0000 Subject: rearranged the main profile area git-svn-id: https://code.elgg.org/elgg/trunk@1081 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/userdetails.php | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'mod/profile') diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php index 717c39ed8..ef25c0fee 100644 --- a/mod/profile/views/default/profile/userdetails.php +++ b/mod/profile/views/default/profile/userdetails.php @@ -13,9 +13,9 @@ */ if ($vars['full'] == true) { - $iconsize = "medium"; + $iconsize = "large"; } else { - $iconsize = "small"; + $iconsize = "medium"; } //wrap the icon and links in a div @@ -79,20 +79,25 @@ } - if ($vars['entity']->canEdit()) { - ?> -

- -

- +


description); ?>

+ +canEdit()) { +?> +

+ +

+guid) - { + if (isadminloggedin()){ + if ($_SESSION['id']!=$vars['entity']->guid){ ?>

@@ -103,9 +108,4 @@ - - -


description); ?>

\ No newline at end of file +?> \ No newline at end of file -- cgit v1.2.3