issue31, added a nice icon for the photo preview in single photo view
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 7 Jul 2007 10:07:57 +0000 (10:07 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 7 Jul 2007 10:07:57 +0000 (10:07 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@177 fa6a889d-dae6-447d-9e79-4ba9a3039384

resources/photo.png [new file with mode: 0644]
templates/single_photo.tpl

diff --git a/resources/photo.png b/resources/photo.png
new file mode 100644 (file)
index 0000000..02af949
Binary files /dev/null and b/resources/photo.png differ
index 0f1bd2f25d752f73d47d3b56bcd628ce93bf3708..01aa1fd608336591b0a4aeaba03b811142769e6c 100644 (file)
    { /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>