diff options
-rw-r--r-- | mod/profile/views/default/profile/userdetails.php | 4 |
1 files changed, 2 insertions, 2 deletions
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(
|