source: extensions/floOS/OS_default/template/menubar_tags.tpl @ 9108

Last change on this file since 9108 was 9108, checked in by flop25, 13 years ago

first commit : update for 2.1 and higher
Integrating spreadmenu directly IN the theme

File size: 861 bytes
Line 
1dt class="{$tab_tag}titre_acordeon"><a href="javascript:void(0);"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{'Related tags'|@translate}</a></dt><dd>
2        <div id="menuTagCloud">
3                {foreach from=$block->data item=tag}
4                <span>
5                        <a class="tagLevel{$tag.level}"
6                        {if isset($tag.U_ADD)}
7                                href="{$tag.U_ADD}"
8                                title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
9                                rel="nofollow">+
10                        {else}
11                                href="{$tag.URL}"
12                                title="{'See images linked to this tag only'|@translate}">
13                        {/if}
14                                {$tag.name}</a></span>
15{* 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 *}
16                {/foreach}
17        </div>
18</dd>
Note: See TracBrowser for help on using the repository browser.