diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-23 18:43:08 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-23 18:43:08 +0000 |
commit | 1142fcef5a9cbff84dbaa55330aaaf71f618e439 (patch) | |
tree | 9dd69187858337fbbe7d621a937292a5fc44768d /mod | |
parent | 2565d6e5e04c756db1760081cb7acc33d78401ce (diff) | |
download | elgg-1142fcef5a9cbff84dbaa55330aaaf71f618e439.tar.gz elgg-1142fcef5a9cbff84dbaa55330aaaf71f618e439.tar.bz2 |
moved the about me below the other profile info
git-svn-id: https://code.elgg.org/elgg/trunk@1080 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-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 cc0c10f24..717c39ed8 100644 --- a/mod/profile/views/default/profile/userdetails.php +++ b/mod/profile/views/default/profile/userdetails.php @@ -48,7 +48,6 @@ if ($vars['full'] == true) {
?>
- <p><b><?php echo elgg_echo("profile:aboutme"); ?></b><br /><?php echo nl2br($vars['entity']->description); ?></p>
<?php
if (is_array($vars['config']->profile) && sizeof($vars['config']->profile) > 0)
@@ -108,4 +107,5 @@ ?>
- </div>
\ No newline at end of file + </div>
+ <p><b><?php echo elgg_echo("profile:aboutme"); ?></b><br /><?php echo nl2br($vars['entity']->description); ?></p>
\ No newline at end of file |