wwwroot."pg/groups/world/"); elgg_push_breadcrumb($group->name, $group->getURL()); elgg_push_breadcrumb(elgg_echo('item:object:groupforumtopic')); $area1 = elgg_view('navigation/breadcrumbs'); $area1 .= elgg_view("forum/topics", array('topics' => $topics)); set_context('groups'); $body = elgg_view_layout('one_column_with_sidebar', $area1); $title = elgg_echo('item:object:groupforumtopic'); // Finally draw the page page_draw($title, $body); ?>