Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
return (SmartStripSlashes($config['gallery_name']).': '.$title);
return ($title.' | '.SmartStripSlashes($config['gallery_name']));
$breadcrumbs = SmartStripSlashes($row['name']).' » '.$album_name.' » '.' '.plog_tr('Slideshow');
} else {
$breadcrumbs = SmartStripSlashes($row['name']).' » '.$album_name;
$breadcrumbs = $album_name.' » '.' '.plog_tr('Slideshow');
} else {
$breadcrumbs = $album_name;
$breadcrumbs = $collection_name.' » '.$album_name.' » '.$picture_name;
$breadcrumbs = $picture_name.' » '.$album_name;
1 to 3 of 3