summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2013-09-23 21:13:42 +0100
committerlsces <lester@lsces.co.uk>2013-09-23 21:13:42 +0100
commit22f74465afb85a2d2017766d204c7b2f04e448cb (patch)
tree176cc4d16dbcd0b156f99c6146a962475627c855 /modules
parent1f15393fc00c90dffe83991ec277baf89d20d94e (diff)
downloadfisheye-22f74465afb85a2d2017766d204c7b2f04e448cb.tar.gz
fisheye-22f74465afb85a2d2017766d204c7b2f04e448cb.tar.bz2
fisheye-22f74465afb85a2d2017766d204c7b2f04e448cb.zip
Static or cycle select for banner module
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_banner_rand.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_banner_rand.php b/modules/mod_banner_rand.php
index f26645a..6363c37 100644
--- a/modules/mod_banner_rand.php
+++ b/modules/mod_banner_rand.php
@@ -23,7 +23,7 @@ $listHash = $module_params;
$listHash['size'] = $title;
$listHash['gallery_id'] = $module_rows;
-$listHash['max_records'] = 1;
+$listHash['max_records'] = 5;
$listHash['sort_mode'] = 'random';
$images = $image->getList( $listHash );