name); // Get objects $context = get_context(); set_context('search'); $objects = list_entities("group", "", page_owner(), $limit, false); set_context($context); $body = elgg_view_title($title); $body .= $objects; $body = elgg_view_layout('one_column',$body); // Finally draw the page page_draw($title, $body); ?>