{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}
|