From 6a1983fac352b0497c86fca6694cbf84984d0cb2 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 21 Jun 2008 09:56:30 +0000 Subject: a further temp tweak to the profile layout git-svn-id: https://code.elgg.org/elgg/trunk@1042 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/userdetails.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php index f30a6d103..f0d78df3d 100644 --- a/mod/profile/views/default/profile/userdetails.php +++ b/mod/profile/views/default/profile/userdetails.php @@ -17,6 +17,11 @@ } else { $iconsize = "small"; } + + // display the users name + echo "

getUrl() . "\">" . $vars['entity']->name . "

"; + + // get the user's main profile picture echo elgg_view( "profile/icon", array( 'entity' => $vars['entity'], @@ -27,17 +32,13 @@ ?> - - - - -
- -

name; ?>

+
+ -

 


description); ?>

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