" . $title . " " . $tag . "

"; // Tagcloud $group_tagcloud = ke_display_tagcloud($view="output/grouptagcloud", $threshold = 0, $limit = 100, $metadata_name = "tags", $entity_type = "object", $entity_subtype= "", $owner_guid=get_input('group_guid')); if ($group_tagcloud && strlen($group_tagcloud) > 1) { $area2 .= "
" . $group_tagcloud . "
"; } // Found items if (!empty($tag)) { $area2 .= elgg_view("community/browse_group_tags", array("tag" => $tag, "group_guid" => get_input('group_guid'))); } $body = elgg_view_layout('two_column_left_sidebar',$area1, $area2); // Finally draw the page page_draw($title, $body); ?>