From f0c01363ac796a5b11490c6570db9827360f3118 Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 24 Jun 2011 20:37:57 -0400 Subject: Fixes #3559 adds .elgg-gallery-users --- mod/custom_index/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/custom_index') 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', )); -- cgit v1.2.3