Ignore:
Timestamp:
Jun 24, 2012, 9:26:25 PM (12 years ago)
Author:
grum
Message:

feature:2664- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/menubar_tags.tpl

    r12592 r16016  
    33  <div id="menuTagCloud">
    44    {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>
     5    <span>{strip}
     6      <a class="tagLevel{$tag.level} sTipOnTop" href="{$tag.URL}" title="{'display photos linked to this tag'|@translate}">{$tag.name}</a>
    77      {if !empty($tag.U_ADD) }
    88      <a class="tagaddbutton sTipOnTop" href="{$tag.U_ADD}"
     
    1212      </a>
    1313      {/if}
    14     </span>
     14    </span>{/strip}
    1515    {/foreach}
    1616  </div>
    1717</dd>
    18 
Note: See TracChangeset for help on using the changeset viewer.