num_display; $guid = $vars['entity']->group_guid; $content = ''; if ($guid) { $title = get_entity($guid)->name; $content = "
' . elgg_echo('dashboard:widget:group:noactivity') . '
'; } elgg_pop_context(); $content .= $activity; } else { // no group selected yet if ($vars['entity']->canEdit()) { $content = '' . elgg_echo('dashboard:widget:group:noselect') . '
'; } } echo $content;