diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/single_photo.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 28c416d..51d4663 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -5,7 +5,9 @@ <b>Photo {$image_name}</b>, {$c_date}, {$madewith}<br /> </td> <td class="index_header" style="text-align: right;"> - <img src="resources/loupe.png" /> + <a href="{$image_url_full}" target="_blank"> + <img src="resources/loupe.png" /> + </a> <img src="resources/information.png" /> </td> </tr> |