From e9f261e51adcaa80429fe14b04ee277ab3124ce9 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 6 Aug 2009 14:17:37 +0000 Subject: removed all main plugins from core - they now live in the plugins svn git-svn-id: https://code.elgg.org/elgg/trunk@3422 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/index.php | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 mod/groups/index.php (limited to 'mod/groups/index.php') diff --git a/mod/groups/index.php b/mod/groups/index.php deleted file mode 100644 index 65df82f30..000000000 --- a/mod/groups/index.php +++ /dev/null @@ -1,31 +0,0 @@ -name); - - // Get objects - $area2 = elgg_view_title($title); - - set_context('search'); - $objects = list_entities("group", "", page_owner(), $limit, false); - set_context('groups'); - - $area2 .= $objects; - $body = elgg_view_layout('two_column_left_sidebar',$area1, $area2); - - // Finally draw the page - page_draw($title, $body); -?> \ No newline at end of file -- cgit v1.2.3