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