source: extensions/stripped/template/menubar_tags.tpl @ 8804

Last change on this file since 8804 was 7989, checked in by Zaphod, 13 years ago

[extension] stripped - first release

File size: 701 bytes
Line 
1<dt>{'Related tags'|@translate}</dt>
2<dd>
3        <div id="menuTagCloud">
4                {foreach from=$block->data item=tag}
5                <span>
6                        <a class="tagLevel{$tag.level}"
7                        {if isset($tag.U_ADD)}
8                                href="{$tag.U_ADD}"
9                                title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
10                                rel="nofollow">+
11                        {else}
12                                href="{$tag.URL}"
13                                title="{'See images linked to this tag only'|@translate}">
14                        {/if}
15                                {$tag.name}</a></span>
16{* ABOVE there should be no space between text, </a> and </span> elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}
17                {/foreach}
18        </div>
19</dd>
Note: See TracBrowser for help on using the repository browser.