diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-12 17:36:34 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-12 17:36:34 +0000 |
commit | 15a6c1b6db19c2304d4c1c15dc6ed2a21a51cee2 (patch) | |
tree | 4a8c3f2a5ab71a243b8b01056307920419f39059 /templates | |
parent | e08ab23bf6ba8c9128ed72300d6e7457e75276bd (diff) |
issue13, added first try of external link to directly jump to a photo
git-svn-id: file:///var/lib/svn/phpfspot/trunk@192 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/single_photo.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index e83d914..9f92693 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -6,6 +6,9 @@ {$description}<br /> </td> <td class="index_header" style="text-align: right;"> + {if $extern_link } + <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a> + {/if} <a href="{$image_url_full}" target="_blank" onclick="click(this);"> <img src="resources/original.png" alt="original resolution" /> </a> |