diff options
-rw-r--r-- | resources/photo.png | bin | 0 -> 762 bytes | |||
-rw-r--r-- | templates/single_photo.tpl | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/photo.png b/resources/photo.png Binary files differnew file mode 100644 index 0000000..02af949 --- /dev/null +++ b/resources/photo.png 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" /> Previous:</u><br /> <a href="{$previous_url}" onclick="click(this);"> <img src="phpfspot_img.php?idx={$prev_img}&width={$mini_width}" /><br /> </a> { /if} { if $next_img } - <u>Next:</u><br /> + <u><img src="resources/photo.png" alt="photo icon" /> Next:</u><br /> <a href="{$next_url}" onclick="click(this);"> <img src="phpfspot_img.php?idx={$next_img}&width={$mini_width}" /><br /> </a> |