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

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

feature:2664- compatibility with Piwigo 2.4

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