diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-11 19:24:58 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-11 19:24:58 +0000 |
commit | 2e0916a4507be603c5060ba66567ddaf4dbd87b2 (patch) | |
tree | 4eb141b48b406664e67d96a75f162fc8b7463719 /templates | |
parent | 98981ed7be1109d8e6f3b0f4a3a18e875e28b652 (diff) |
new icon for full resolution view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@76 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/single_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 9f2bcd9..d2d47c6 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -6,7 +6,7 @@ </td> <td class="index_header" style="text-align: right;"> <a href="{$image_url_full}" target="_blank" onclick="click(this);"> - <img src="resources/loupe.png" /> + <img src="resources/original.png" /> </a> <img src="resources/information.png" /> </td> |