source: extensions/floOs/menubar_tags.tpl @ 3417

Last change on this file since 3417 was 3334, checked in by flop25, 15 years ago

first commit

File size: 714 bytes
Line 
1<dt class="titre_acordeon"><a href="#"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{$block->get_title()|@translate}</a></dt>
2<dd>
3  <ul id="menuTagCloud">
4    {foreach from=$block->data item=tag}
5    <li> {if !empty($tag.U_ADD) } <a href="{$tag.U_ADD}"
6                                        title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}"
7                                        rel="nofollow"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+" /> </a> {/if} <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See elements linked to this tag only'|@translate}">{$tag.name}</a> </li>
8    {/foreach}
9  </ul>
10</dd>
Note: See TracBrowser for help on using the repository browser.