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.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php
index 38d1cc7d7..c23e749d9 100644
--- a/mod/groups/start.php
+++ b/mod/groups/start.php
@@ -59,6 +59,8 @@
// Add some widgets
add_widget_type('group_members_widget',elgg_echo('groups:widgets:members:title'), elgg_echo('groups:widgets:members:description'), 'groups');
add_widget_type('group_entities_widget',elgg_echo('groups:widgets:entities:title'), elgg_echo('groups:widgets:entities:description'), 'groups');
+
+ extend_view('profile/icon','groups/icon');
// For now, we'll hard code the groups profile items as follows:
// TODO make this user configurable