source: trunk/themes/default/template/menubar_tags.tpl @ 5703

Last change on this file since 5703 was 5703, checked in by plg, 14 years ago

feature 1583: replace add_tag.png icon by a simple "+" character in the
"related tags" block. Only keep one link for each tag in the "related tags"
block.

  • Property svn:eol-style set to LF
File size: 424 bytes
Line 
1<dt>{'Related tags'|@translate}</dt>
2<dd>
3        <div id="menuTagCloud">
4                {foreach from=$block->data item=tag}
5                <span style="margin-right:5px;">
6                        <a class="tagLevel{$tag.level}" href="{$tag.U_ADD}"
7                                title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
8                                rel="nofollow">
9                                +{$tag.name}
10                        </a>
11                </span>
12                {/foreach}
13        </div>
14</dd>
15
Note: See TracBrowser for help on using the repository browser.