name, $page_owner->getURL()); elgg_push_breadcrumb(elgg_echo('au_subgroups:subgroups')); $content = au_subgroups_list_subgroups($page_owner, 10, true); if (!$content) { $content = elgg_echo('au_subgroups:nogroups'); } $body = elgg_view_layout('content', array( 'title' => $title, 'content' => $content, 'filter' => false )); echo elgg_view_page($title, $body);