aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/menubar_tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/template/menubar_tags.tpl')
-rw-r--r--themes/default/template/menubar_tags.tpl10
1 files changed, 4 insertions, 6 deletions
diff --git a/themes/default/template/menubar_tags.tpl b/themes/default/template/menubar_tags.tpl
index ad7177347..d56980c2d 100644
--- a/themes/default/template/menubar_tags.tpl
+++ b/themes/default/template/menubar_tags.tpl
@@ -2,15 +2,13 @@
<dd>
<div id="menuTagCloud">
{foreach from=$block->data item=tag}
- <span>
- {if !empty($tag.U_ADD) }
- <a href="{$tag.U_ADD}"
+ <span style="margin-right:5px;">
+ <a class="tagLevel{$tag.level}" href="{$tag.U_ADD}"
title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
rel="nofollow">
- <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+">
+ +{$tag.name}
</a>
- {/if}
- <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See images linked to this tag only'|@translate}">{$tag.name}</a>{* there should be no space between end of a and span elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}</span>
+ </span>
{/foreach}
</div>
</dd>