summaryrefslogtreecommitdiffstats
path: root/templates/photo_index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/photo_index.tpl')
-rw-r--r--templates/photo_index.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl
index 28a933d..57cf2ff 100644
--- a/templates/photo_index.tpl
+++ b/templates/photo_index.tpl
@@ -58,7 +58,7 @@
<tr>
<td style="text-align: left; width: 32px;">
{ if $previous_url == "" }
- &nbsp;
+ <img src="resources/arrow_left_gray.png" alt="first page reached" />
{ else }
<a href="{$previous_url}">
<img src="resources/arrow_left.png" alt="previous photo" />
@@ -74,7 +74,7 @@
</td>
<td style="text-align: right; width: 32px;">
{ if $next_url == "" }
- &nbsp;
+ <img src="resources/arrow_right_gray.png" alt="last page reached" />
{ else }
<a href="{$next_url}">
<img src="resources/arrow_right.png" alt="next photo" />