source: extensions/gally/gally-default/template/menubar_tags.tpl @ 12592

Last change on this file since 12592 was 12592, checked in by grum, 12 years ago

feature:2499 - compatibility with Piwigo 2.3

  • Property svn:executable set to *
File size: 613 bytes
Line 
1<dt>{'Related tags'|@translate}</dt>
2<dd>
3  <div id="menuTagCloud">
4    {foreach from=$block->data item=tag}
5    <span>
6      <a href="{$tag.URL}" class="tagLevel{$tag.level} sTipOnTop" title="{'display photos linked to this tag'|@translate}">{$tag.name}</a>
7      {if !empty($tag.U_ADD) }
8      <a class="tagaddbutton sTipOnTop" href="{$tag.U_ADD}"
9        title="{$pwg->l10n_dec('%d photo is also linked to current tags', '%d photos are also linked to current tags', $tag.counter)}"
10        rel="nofollow">
11        <span class="add_tag"></span>
12      </a>
13      {/if}
14    </span>
15    {/foreach}
16  </div>
17</dd>
18
Note: See TracBrowser for help on using the repository browser.