diff options
-rw-r--r-- | templates/single_photo.tpl | 2 |
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> {$ExifFileSize}kbyte<br /> { if $tags } <br /> - <u>Tagged with:</u><br /> + <u><img src="resources/small_available_tags.png" alt="available tags" /> 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 } |