* @copyright Curverider Ltd 2008 * @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, ) ); // display relevant links echo elgg_view("profile/profilelinks", array("entity" => $vars['entity'])); echo "
"; // close the icon and links div echo ""; ?>
getUrl() . "\">" . $vars['entity']->name . "
"; 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'; echo "

"; ?> : $vars['entity']->$shortname)); ?>


description); ?>

canEdit()) { ?>