From 5f1a263e8fcf52ce3daaf4778a06e59fdee163d3 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 22 Jul 2008 16:14:42 +0000 Subject: Icons now handle elegantly if you try and display a non-ElggUser entity. git-svn-id: https://code.elgg.org/elgg/trunk@1492 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/start.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/groups/start.php') 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 -- cgit v1.2.3