Ignore:
Timestamp:
Jun 25, 2013, 9:30:39 PM (11 years ago)
Author:
flop25
Message:

2.6 pattern updates and smarty3 correction for OS_default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/template/menubar_tags.tpl

    r9675 r23536  
    1010                        <a class="tagLevel{$tag.level}" href=
    1111                        {if isset($tag.U_ADD)}
    12                                 "{$tag.U_ADD}" title="{$pwg->l10n_dec('%d photo is also linked to current tags', '%d photos are also linked to current tags', $tag.counter)}" rel="nofollow">+
     12                                "{$tag.U_ADD}" title="{$tag.counter|@translate_dec:'%d photo is also linked to current tags':'%d photos are also linked to current tags'}" rel="nofollow">+
    1313                        {else}
    1414                                "{$tag.URL}" title="{'display photos linked to this tag'|@translate}">
Note: See TracChangeset for help on using the changeset viewer.