Ignore:
Timestamp:
Jul 10, 2012, 5:37:33 PM (12 years ago)
Author:
mistic100
Message:

-menu always displayed if user has unactive collections
-better user status checks
-localizations

File:
1 edited

Legend:

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

    r16591 r16597  
    11<dt>{$block->get_title()}</dt>
    22<dd>
     3{if $block->data.current}
    34  {'Current collection:'|@translate} <b>{$block->data.current.NAME}</b>, {'%d images'|@translate|@sprintf:$block->data.current.NB_IMAGES}
    45        <ul>{strip}
     
    78                {/foreach}
    89        {/strip}</ul>
     10{/if}
    911  <a href="{$block->data.U_LIST}" rel="nofollow">{'See all my collections'|@translate}</a>
    1012</dd>
Note: See TracChangeset for help on using the changeset viewer.