"; if (is_array($profile_fields) && sizeof($profile_fields) > 0) { foreach ($profile_fields as $shortname => $valtype) { if ($shortname == "description") { // skip about me and put at bottom continue; } $value = $user->$shortname; if (!empty($value)) { ?>
$user->$shortname)); ?>
isBanned()) { echo "

"; echo elgg_echo('banned'); echo "

"; } else { if ($user->description) { echo "
" . elgg_echo("profile:aboutme") . "
"; echo "
"; echo elgg_view('output/longtext', array('value' => $user->description)); echo "
"; } } }