source: extensions/Simple_Grey/menubar_tags.tpl @ 4877

Last change on this file since 4877 was 4877, checked in by boulde, 14 years ago

[simple] correction for missing icon for linked tags

File size: 510 bytes
Line 
1<h3>{'Related tags'|@translate}</h3>
2<ul id="menuTagCloud">
3  {foreach from=$block->data item=tag}
4  <li>
5    <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See elements linked to this tag only'|@translate}">{$tag.name}</a>
6    {if !empty($tag.U_ADD) }
7    <a class="tagaddbutton" href="{$tag.U_ADD}"
8       title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}" rel="nofollow">+</a>
9    {/if}
10  </li>
11  {/foreach}
12</ul>
Note: See TracBrowser for help on using the repository browser.