diff options
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> |