getGUID()); // build breadcrumb elgg_push_breadcrumb(elgg_echo("groups"), "groups/all"); elgg_push_breadcrumb($group->name, $group->getURL()); $title_text = elgg_echo("group_tools:related_groups:title"); elgg_push_breadcrumb($title_text); // page elements $content = ""; if ($group->canEdit()) { $content .= elgg_view_form("group_tools/related_groups", array("class" => "mbm"), array("entity" => $group)); } $dbprefix = elgg_get_config("dbprefix"); $options = array( "type" => "group", "relationship" => "related_group", "relationship_guid" => $group->getGUID(), "full_view" => false, "joins" => array("JOIN " . $dbprefix . "groups_entity ge ON e.guid = ge.guid"), "order_by" => "ge.name ASC" ); // helper context for entity menu elgg_push_context("group_tools_related_groups"); $listing = elgg_list_entities_from_relationship($options); elgg_pop_context(); if (!empty($listing)) { $content .= $listing; } else { $content .= "