From 6615b6f4d827811046564cd004bd167b4c3c38bf Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 22 May 2009 14:07:05 +0000 Subject: Closes #1030: Group title and description search added, refs #965 git-svn-id: https://code.elgg.org/elgg/trunk@3300 36083f99-b078-4883-b0ff-0f9b5a30f544 --- search/groups.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 search/groups.php (limited to 'search/groups.php') diff --git a/search/groups.php b/search/groups.php new file mode 100644 index 000000000..e04a14606 --- /dev/null +++ b/search/groups.php @@ -0,0 +1,40 @@ + $tag)); + $body .= list_group_search($tag); + //$body = elgg_view_layout('two_column_left_sidebar','',$body); + } else { + $title = elgg_echo('item:group'); + $body .= elgg_view_title($title); + $body .= list_entities('groups'); + } + + $body = elgg_view_layout('two_column_left_sidebar','',$body); + page_draw($title,$body); + +?> \ No newline at end of file -- cgit v1.2.3