{* * $Revision: 16487 $ * 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. *} {assign var="prefix" value=$prefix|default:""} {assign var="suffix" value=$suffix|default:""} {* * The strip calls in this tpl are to avoid a safari bug where padding-right is lost * in floated containers for elements that have whitespace before the closing tag. *}
{if isset($theme.navigator.first)} {/if} {if isset($theme.navigator.back)} {* Uncomment to omit previous when same as first: && (!isset($theme.navigator.first) || $theme.navigator.back.urlParams != $theme.navigator.first.urlParams)} *} {/if}
 
{if $theme.pageType == 'album'} {if !empty($theme.jumpRange)}
{g->block type="core.Pager"}
{else}   {/if} {elseif $theme.pageType == 'photo'} {if (isset($links) || isset($theme.itemLinks))} {if !isset($links)}{assign var="links" value=$theme.itemLinks}{/if} {foreach from=$links item=itemLink} {if $itemLink.moduleId == "cart"} {elseif $itemLink.moduleId == "comment"} {if $itemLink.params.view == "comment.AddComment" } {/if} {/if} {/foreach} {/if} {if $theme.params.photoProperties && $showExifLink} {/if} {if $theme.params.fullSize && !empty($theme.sourceImage) && count($theme.imageViews) > 1} {capture name="url"}{g->url arg1="view=core.DownloadItem" arg2="itemId=`$theme.sourceImage.id`"}{/capture} {/if}
{/if}
{if isset($theme.navigator.next)} {* Uncomment to omit next when same as last: && (!isset($theme.navigator.last) || $theme.navigator.next.urlParams != $theme.navigator.last.urlParams)} *} {/if} {if isset($theme.navigator.last)} {/if}