diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/single_photo.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 4e043a1..4aa239b 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -58,15 +58,15 @@ <td style="width: 150px; padding-top: 40px;"> <div id="photo_details"> { if $ExifMadeWith } - <u>Image taken with:</u><br /> + <u><img src="resources/camera.png" /> Image taken with:</u><br /> {$ExifMadeWith}<br /> { /if } { if $ExifMadeOn } - <u>Image made on:</u><br /> + <u><img src="resources/date.png" /> Image made on:</u><br /> On: {$ExifMadeOn}<br /> { /if } { if $ExifOrigResolution } - <u>Original resolution:</u><br /> + <u><img src="resources/image.png" /> Original resolution:</u><br /> {$ExifOrigResolution}<br /> { /if } <u>Size:</u> {$ExifFileSize}kbyte<br /> |