diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-12 23:21:44 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-12 23:21:44 +0000 |
commit | 210b27ec56ce6f5fffc14c89270865932638c779 (patch) | |
tree | cbf27ca702a0661506747a064d30570dace3cea1 /mod/custom_index/index.php | |
parent | 99175d2417bc5d3657cc3e548affe21eda76f648 (diff) | |
download | elgg-210b27ec56ce6f5fffc14c89270865932638c779.tar.gz elgg-210b27ec56ce6f5fffc14c89270865932638c779.tar.bz2 |
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
Diffstat (limited to 'mod/custom_index/index.php')
-rw-r--r-- | mod/custom_index/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
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 |