From b36bf0e97e8dfbf2dcd07d4173392a3dcfbc2df0 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 22 Oct 2009 18:20:10 +0000 Subject: Pulling in MITRE's search core. Fo'rizzle this time. Yo. git-svn-id: http://code.elgg.org/elgg/trunk@3572 36083f99-b078-4883-b0ff-0f9b5a30f544 --- search/groups.php | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 search/groups.php (limited to 'search/groups.php') diff --git a/search/groups.php b/search/groups.php deleted file mode 100644 index c31e421f0..000000000 --- a/search/groups.php +++ /dev/null @@ -1,35 +0,0 @@ - $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