diff options
Diffstat (limited to 'mod/custom_index')
-rw-r--r-- | mod/custom_index/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/custom_index/index.php b/mod/custom_index/index.php index 831114127..53990a006 100644 --- a/mod/custom_index/index.php +++ b/mod/custom_index/index.php @@ -36,6 +36,7 @@ $newest_members = elgg_list_entities_from_metadata(array( 'full_view' => false, 'pagination' => false, 'list_type' => 'gallery', + 'gallery_class' => 'elgg-gallery-users', 'size' => 'small', )); |