diff options
Diffstat (limited to 'mod')
-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 |