{* * $Revision: 1.4 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *} {* * Go through each breadcrumb and display it as a link. * * G2 uses the highlight id to figure out which page to draw when you follow the * breadcrumbs back up the album tree. Don't make the last item a link. *}
{section name=parent loop=$theme.parents} {if !$smarty.section.parent.last} {$theme.parents[parent].title|default:$theme.parents[parent].pathComponent|markup:strip} {else} {$theme.parents[parent].title|default:$theme.parents[parent].pathComponent|markup:strip} {/if} {if isset($separator)} {$separator} {/if} {/section} {if ($theme.pageType == 'admin' || $theme.pageType == 'module')} {$theme.item.title|default:$theme.item.pathComponent|markup:strip} {else} {$theme.item.title|default:$theme.item.pathComponent|markup:strip} {/if}