From c14a496b158c572a7aa33dca03f41d52c72f686f Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 4 Aug 2008 20:02:05 +0000 Subject: new group profile views git-svn-id: https://code.elgg.org/elgg/trunk@1692 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/groupprofile.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/groups/groupprofile.php') diff --git a/mod/groups/groupprofile.php b/mod/groups/groupprofile.php index cf9a96f1f..c06654f85 100644 --- a/mod/groups/groupprofile.php +++ b/mod/groups/groupprofile.php @@ -19,6 +19,10 @@ $area2 = elgg_view_title($group->name); $area2 .= elgg_view('group/group', array('entity' => $group, 'user' => $_SESSION['user'], 'full' => true)); + + //group profile 'items' - these are not real widgets, just contents to display + $area2 .= elgg_view('groups/items',array('entity' => $group)); + $body = elgg_view_layout('two_column_left_sidebar', $area1, $area2); // Finally draw the page -- cgit v1.2.3