$featured_groups)); set_context($context); $title = sprintf(elgg_echo("groups:all"),page_owner_entity()->name); $area2 = elgg_view_title($title); $area2 .= "
" . elgg_view("groups/group_sort_menu", array("count" => $group_count, "filter" => $filter)); $area2 .= $objects . "
"; $body = elgg_view_layout('sidebar_boxes',$area1, $area2); // Finally draw the page page_draw($title, $body); ?>