Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 3 of 3
// We shouldn't set a limit for the slideshow
if ($GLOBALS['plogger_mode'] == 'slideshow') {
$lim = -1;
} else {
$lim = $config['thumb_num'];
}
// We shouldn't set a limit for the slideshow
if ($GLOBALS['plogger_mode'] == 'slideshow') {
$lim = -1;
} else if ($GLOBALS['plogger_level'] == 'album') {
$lim = -1;
} else {
$lim = $config['thumb_num'];
}
1 to 3 of 3