diff options
| author | lsces <lester@lsces.co.uk> | 2013-09-23 21:13:42 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-09-23 21:13:42 +0100 |
| commit | 22f74465afb85a2d2017766d204c7b2f04e448cb (patch) | |
| tree | 176cc4d16dbcd0b156f99c6146a962475627c855 /modules | |
| parent | 1f15393fc00c90dffe83991ec277baf89d20d94e (diff) | |
| download | fisheye-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.php | 2 |
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 ); |
