aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/picture.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/template/picture.tpl')
-rw-r--r--themes/default/template/picture.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl
index 0759d14d4..f64e04856 100644
--- a/themes/default/template/picture.tpl
+++ b/themes/default/template/picture.tpl
@@ -133,7 +133,7 @@ y.callService(
<img src="{$previous.derivatives.square->get_url()}" alt="{$previous.TITLE_ESC}">
</a>
{elseif isset($U_UP)}
- <a class="navThumb" id="linkFirst" href="{$U_UP}" title="{'Thumbnails'|@translate}" rel="prev">
+ <a class="navThumb" id="linkPrev" href="{$U_UP}" title="{'Thumbnails'|@translate}">
<div class="thumbHover">{'First Page'|@translate}<br><br>{'Go back to the album'|@translate}</div>
</a>
{/if}
@@ -143,7 +143,7 @@ y.callService(
<img src="{$next.derivatives.square->get_url()}" alt="{$next.TITLE_ESC}">
</a>
{elseif isset($U_UP)}
- <a class="navThumb" id="linkLast" href="{$U_UP}" title="{'Thumbnails'|@translate}" rel="next">
+ <a class="navThumb" id="linkNext" href="{$U_UP}" title="{'Thumbnails'|@translate}">
<div class="thumbHover">{'Last Page'|@translate}<br><br>{'Go back to the album'|@translate}</div>
</a>
{/if}