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

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

-fix language keys problems

  • Property svn:eol-style set to LF
File size: 728 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}
[2648]5                <span>
[2488]6                        {if !empty($tag.U_ADD) }
[2648]7                        <a href="{$tag.U_ADD}"
[5178]8                                title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
[2648]9                                rel="nofollow">
[3185]10                                <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+">
[2648]11                        </a>
[2488]12                        {/if}
[5021]13                        <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>
[2488]14                {/foreach}
[2648]15        </div>
[2488]16</dd>
17
Note: See TracBrowser for help on using the repository browser.