Ignore:
Timestamp:
Nov 24, 2013, 6:09:57 PM (10 years ago)
Author:
mistic100
Message:

very big update for Piwigo 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/menublock.tpl

    r23719 r25678  
    33  <p>{strip}
    44    {if $block->data.NB_COL == 0}
    5       {'You have no collection'|@translate}
     5      {'You have no collection'|translate}
    66    {else}
    77      <a href="{$block->data.U_LIST}">{$pwg->l10n_dec('You have %d collection', 'You have %d collections', $block->data.NB_COL)}</a>
     
    1212                {foreach from=$block->data.collections item=col}{strip}
    1313                <li>
    14       <a href="{$col.u_edit}">{$col.name}</a>&nbsp; 
     14      <a href="{$col.u_edit}">{$col.name}</a>&nbsp;
    1515      <span class="menuInfoCat">[<span class="nbImagesCollec-{$col.id}">{$col.nb_images}</span>]</span>
    1616    </li>
    1717                {/strip}{/foreach}
    18     {if isset($block->data.MORE)}<li class="menuInfoCat"><a href="{$block->data.U_LIST}">{'%d more...'|@translate|sprintf:$block->data.MORE}</a></li>{/if}
     18    {if isset($block->data.MORE)}<li class="menuInfoCat"><a href="{$block->data.U_LIST}">{'%d more...'|translate:$block->data.MORE}</a></li>{/if}
    1919        </ul>
    2020  {/if}
Note: See TracChangeset for help on using the changeset viewer.