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.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl
index aa9d699..ea1c1fb 100644
--- a/templates/single_photo.tpl
+++ b/templates/single_photo.tpl
@@ -72,7 +72,7 @@
<u>Size:</u>&nbsp;{$ExifFileSize}kbyte<br />
{ if $tags }
<br />
- <u>Tagged with:</u><br />
+ <u><img src="resources/small_available_tags.png" alt="available tags" />&nbsp;Tagged with:</u><br />
{ foreach from=$tags key=id item=name }
<a class="smalltag" href="javascript:Tags('add', '{$id}');" onclick="click(this);">{$name}</a><br />
{ /foreach }