also display an little icon near the "pic is also listed in the following tags"
[phpfspot.git] / templates / single_photo.tpl
index aa9d6990ea37eba0d9202b9513257ff53635de81..ea1c1fbad3a4b4569adf1eeb179b9b14b727063e 100644 (file)
@@ -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 }