aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/groupprofile.php
diff options
context:
space:
mode:
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