source: extensions/Full_Background/template/menubar_tags.tpl @ 19033

Last change on this file since 19033 was 19033, checked in by Miklfe, 11 years ago
File size: 905 bytes
Line 
1<li class="liSub">
2
3<span class="dd_wrapper">{'Related tags'|@translate}</span>
4        <div class="sub" style="opacity: 0; display: none; " >
5
6        <div id="menuTagCloud">
7                {foreach from=$block->data item=tag}
8                <span>
9                        <a class="tagLevel{$tag.level}"
10                        {if isset($tag.U_ADD)}
11                                href="{$tag.U_ADD}"
12                                title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
13                                rel="nofollow"
14                                style= "color: black ; text-shadow: none; ">+
15                        {else}
16                                href="{$tag.URL}"
17                                title="{'See images linked to this tag only'|@translate}"
18                                style= "color: black ; text-shadow: none; ">
19                        {/if}
20                                {$tag.name}</a></span>
21{* 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 *}
22                {/foreach}
23        </div>
24</div>
25</li>
Note: See TracBrowser for help on using the repository browser.