"mine", 'type' => 'groups', 'new_link' => "pg/groups/new")); set_context('search'); // offset is grabbed in the list_entities_from_relationship() function $objects = list_entities_from_relationship('member',page_owner(),false,'group','',0, $limit,false, false); set_context('groups'); $area2 .= $objects; $body = elgg_view_layout('one_column_with_sidebar', $area1.$area2); // Finally draw the page page_draw($title, $body); ?>