aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r--mod/groups/start.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php
index ca402df15..30d93facc 100644
--- a/mod/groups/start.php
+++ b/mod/groups/start.php
@@ -53,9 +53,12 @@
// Use group widgets
use_widgets('groups');
- // Add a page owner
+ // Add a page owner handler
add_page_owner_handler('groups_page_owner_handler');
+ // Add some widgets
+ add_widget_type('group_members_widget',elgg_echo('groups:widgets:members:title'), elgg_echo('groups:widgets:members:description'));
+
// For now, we'll hard code the groups profile items as follows:
// TODO make this user configurable