Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
// we shouldn't set a limit for the slideshow
if( $GLOBALS["plogger_mode"] == 'slideshow')
$lim = 0;
else
$lim = $config["thumb_num"];
// we shouldn't set a limit for the slideshow
if ($GLOBALS["plogger_mode"] == 'slideshow') {
$lim = 0;
} else if ($GLOBALS['plogger_level'] == 'collection') {
$lim = 16;
}else {
$lim = $config["thumb_num"];
}
} else if ($GLOBALS['plogger_level'] == collection' || $GLOBALS['plogger_level'] == 'collections') {
$lim = 16;
}else {
1 to 6 of 6