aboutsummaryrefslogtreecommitdiff
path: root/mod/custom_index/index.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-06-24 20:37:57 -0400
committercash <cash.costello@gmail.com>2011-06-24 20:37:57 -0400
commitf0c01363ac796a5b11490c6570db9827360f3118 (patch)
treedf472514af51b8230c87de99bd9f70c0b2ec166e /mod/custom_index/index.php
parentefff3471e09a864948feadb989d2ac9f5f2e0fc5 (diff)
downloadelgg-f0c01363ac796a5b11490c6570db9827360f3118.tar.gz
elgg-f0c01363ac796a5b11490c6570db9827360f3118.tar.bz2
Fixes #3559 adds .elgg-gallery-users
Diffstat (limited to 'mod/custom_index/index.php')
-rw-r--r--mod/custom_index/index.php1
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',
));