From 4766f36a4d74924f21ff329c4318ce4e069ffa04 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 3 Mar 2010 17:53:05 +0000 Subject: Pulled in the interface changes. git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/index.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 mod/groups/index.php (limited to 'mod/groups/index.php') diff --git a/mod/groups/index.php b/mod/groups/index.php new file mode 100644 index 000000000..b21d5962b --- /dev/null +++ b/mod/groups/index.php @@ -0,0 +1,31 @@ +name); + + // Get objects + $area2 = elgg_view_title($title); + + set_context('search'); + $objects = elgg_list_entities(array('types' => 'group', 'owner_guid' => page_owner(), 'limit' => $limit, 'full_view' => 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