Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
case 'album':
if ($GLOBALS['plogger_mode'] == "slideshow") {
$breadcrumbs = ' <a href="'.$config["baseurl"].'">' . plog_tr('Collections') . '</a> » ' . $collection_link . ' » ' . '<a href="'.$album_link.'">'.$album_name.'</a> » ' . ' <b>' . plog_tr('Slideshow') . '</b>';
} else {
$breadcrumbs = ' <a href="'.$config["baseurl"].'">' . plog_tr('Collections') . '</a> » ' . $collection_link . ' » ' . '<b>'.$album_name.'</b>';
}
if ($GLOBALS['plogger_mode'] == "slideshow") {
$breadcrumbs = '<a href="'.$album_link.'">'.$album_name.'</a> » ' . ' <b>' . plog_tr('Slideshow') . '</b>';
} else {
$breadcrumbs = '<b>'.$album_name.'</b>';
}
case 'picture':
$breadcrumbs = $collection_link . ' » ' . $album_link . ' » ' . '<span id="image_name"><b>' . $picture_name.'</b></span>';
if ($GLOBALS['plogger_mode'] == "slideshow") $breadcrumbs .= ' » ' . plog_tr('Slideshow');
$breadcrumbs = $album_link . ' » ' . '<span id="image_name"><b>' . $picture_name.'</b></span>';
if ($GLOBALS['plogger_mode'] == "slideshow") $breadcrumbs .= ' » ' . plog_tr('Slideshow');
1 to 3 of 3