$vars['entity'], //'align' => "left", 'size' => $iconsize, ) ); ?>
" . elgg_echo("groups:owner") . ": owner_guid)->getURL() . "\">" . get_user($vars['entity']->owner_guid)->name . "

"; ?>

guid, true, 'user', '', 0, '', 9999, 0, true); ?>

group) && sizeof($vars['config']->group) > 0){ foreach($vars['config']->group as $shortname => $valtype) { if ($shortname != "name") { $value = $vars['entity']->$shortname; if (!empty($value)) { //This function controls the alternating class $even_odd = ( 'odd' != $even_odd ) ? 'odd' : 'even'; } echo "

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

"; } } } } ?>

canEdit()) { ?>