summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/photo.pngbin0 -> 762 bytes
-rw-r--r--templates/single_photo.tpl4
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/photo.png b/resources/photo.png
new file mode 100644
index 0000000..02af949
--- /dev/null
+++ b/resources/photo.png
Binary files differ
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl
index 0f1bd2f..01aa1fd 100644
--- a/templates/single_photo.tpl
+++ b/templates/single_photo.tpl
@@ -78,13 +78,13 @@
{ /if }
<br />
{ if $prev_img }
- <u>Previous:</u><br />
+ <u><img src="resources/photo.png" alt="photo icon" />&nbsp;Previous:</u><br />
<a href="{$previous_url}" onclick="click(this);">
<img src="phpfspot_img.php?idx={$prev_img}&amp;width={$mini_width}" /><br />
</a>
{ /if}
{ if $next_img }
- <u>Next:</u><br />
+ <u><img src="resources/photo.png" alt="photo icon" />&nbsp;Next:</u><br />
<a href="{$next_url}" onclick="click(this);">
<img src="phpfspot_img.php?idx={$next_img}&amp;width={$mini_width}" /><br />
</a>