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

Last change on this file since 8162 was 6243, checked in by rvelices, 14 years ago

fix language key in template/menubar_tags.tpl

  • Property svn:eol-style set to LF
File size: 682 bytes
RevLine 
[2636]1<dt>{'Related tags'|@translate}</dt>
[2488]2<dd>
[2648]3        <div id="menuTagCloud">
[2488]4                {foreach from=$block->data item=tag}
[5722]5                <span>
[5752]6                        <a class="tagLevel{$tag.level}"
7                        {if isset($tag.U_ADD)}
8                                href="{$tag.U_ADD}"
[5178]9                                title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
[5752]10                                rel="nofollow">+
11                        {else}
12                                href="{$tag.URL}"
[6243]13                                title="{'See images linked to this tag only'|@translate}">
[5752]14                        {/if}
15                                {$tag.name}</a></span>
[5722]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 *}
[2488]17                {/foreach}
[2648]18        </div>
[2488]19</dd>
Note: See TracBrowser for help on using the repository browser.