From 210b27ec56ce6f5fffc14c89270865932638c779 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 12 Mar 2011 23:21:44 +0000 Subject: Fixes #3045 custom index and the friends widget now use the gallery view for user icons git-svn-id: http://code.elgg.org/elgg/trunk@8677 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/custom_index/index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/custom_index/index.php') diff --git a/mod/custom_index/index.php b/mod/custom_index/index.php index 34a24ba38..94a1a16c6 100644 --- a/mod/custom_index/index.php +++ b/mod/custom_index/index.php @@ -33,6 +33,10 @@ $newest_members = elgg_list_entities_from_metadata(array( 'metadata_names' => 'icontime', 'types' => 'user', 'limit' => 10, + 'full_view' => false, + 'pagination' => false, + 'gallery' => true, + 'size' => 'small', )); //newest groups -- cgit v1.2.3