summaryrefslogtreecommitdiffstats
path: root/templates/single_photo.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/single_photo.tpl')
-rw-r--r--templates/single_photo.tpl6
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" />&nbsp;Image taken with:</u><br />
{$ExifMadeWith}<br />
{ /if }
{ if $ExifMadeOn }
- <u>Image made on:</u><br />
+ <u><img src="resources/date.png" />&nbsp;Image made on:</u><br />
On: {$ExifMadeOn}<br />
{ /if }
{ if $ExifOrigResolution }
- <u>Original resolution:</u><br />
+ <u><img src="resources/image.png" />&nbsp;Original resolution:</u><br />
{$ExifOrigResolution}<br />
{ /if }
<u>Size:</u>&nbsp;{$ExifFileSize}kbyte<br />