aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/groupprofile.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-04 20:02:05 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-04 20:02:05 +0000
commitc14a496b158c572a7aa33dca03f41d52c72f686f (patch)
tree4f87c3490ecd4ddbfd87b5629bc8036c05a6ebc6 /mod/groups/groupprofile.php
parenta67c2a133f4b23a057b40d069513c183e66a23b2 (diff)
downloadelgg-c14a496b158c572a7aa33dca03f41d52c72f686f.tar.gz
elgg-c14a496b158c572a7aa33dca03f41d52c72f686f.tar.bz2
new group profile views
git-svn-id: https://code.elgg.org/elgg/trunk@1692 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/groupprofile.php')
-rw-r--r--mod/groups/groupprofile.php4
1 files changed, 4 insertions, 0 deletions
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