source: extensions/Simple_Grey/menubar_tags.tpl @ 4863

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

Simple: initial import (v1.1)

File size: 587 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">
9      <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+" />
10    </a>
11    {/if}
12  </li>
13  {/foreach}
14</ul>
Note: See TracBrowser for help on using the repository browser.