* @copyright Curverider Ltd 2008-2010 * @link http://elgg.com/ * * @uses $vars['entity'] The user entity */ if ($vars['full'] == true) { $iconsize = "large"; } else { $iconsize = "medium"; } // wrap all profile info echo "
"; ?>
"; echo "
"; // get the user's main profile picture echo elgg_view( "profile/icon", array( 'entity' => $vars['entity'], //'align' => "left", 'size' => $iconsize, 'override' => true, ) ); echo "
"; echo "
"; // display relevant links echo elgg_view("profile/profilelinks", array("entity" => $vars['entity'])); // close profile_info_column_left echo ""; ?>
canEdit()) { ?>

guid) $rel = 'me'; else if (check_entity_relationship(page_owner(), 'friend', $vars['entity']->guid)) $rel = 'friend'; // display the users name echo "

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

"; //insert a view that can be extended echo elgg_view("profile/status", array("entity" => $vars['entity'])); if ($vars['full'] == true) { ?> profile) && sizeof($vars['config']->profile) > 0) foreach($vars['config']->profile as $shortname => $valtype) { if ($shortname != "description") { $value = $vars['entity']->$shortname; if (!empty($value)) { //This function controls the alternating class $even_odd = ( 'odd' != $even_odd ) ? 'odd' : 'even'; ?>

: $vars['entity']->$shortname ); if ($valtype == 'tags') { $options['tag_names'] = $shortname; } echo elgg_view("output/{$valtype}", $options); ?>

isBanned()) { ?>
$vars['entity']->description)); //echo autop(filter_tags($vars['entity']->description)); ?>