From 40b26cd3c3e58aeafd629236544c754804135ebb Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 20 Jun 2008 11:28:04 +0000 Subject: Let's use a slightly smaller image on the main profile page .. git-svn-id: https://code.elgg.org/elgg/trunk@1015 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/userdetails.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php index c3c6e9de5..1481f32c5 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 = "large"; - } else { $iconsize = "medium"; + } else { + $iconsize = "small"; } echo elgg_view( "profile/icon", array( -- cgit v1.2.3