Ignore:
Timestamp:
Jul 11, 2012, 6:44:23 PM (12 years ago)
Author:
mistic100
Message:

-add download link if BatchDownloader is installed
-merge two prefilters
-better support of Stripped

File:
1 edited

Legend:

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

    r16608 r16625  
    22<dd>
    33{if $block->data.current}
    4   {'Current collection:'|@translate} <b>{$block->data.current.NAME}</b>, {'%d photos'|@translate|@sprintf:$block->data.current.NB_IMAGES}
     4  {assign var="nb_images" value='<span class="nbImagesCollec">'|@cat:$block->data.current.NB_IMAGES|@cat:'</span>'}
     5  <p>{'Current collection:'|@translate} <b>{$block->data.current.NAME}</b>, {'%d photos'|@translate|replace:'%d':'%s'|sprintf:$nb_images}</p>
    56        <ul>{strip}
    67                {foreach from=$block->data.links item=link}
     
    910        {/strip}</ul>
    1011{/if}
    11   <a href="{$block->data.U_LIST}" rel="nofollow">{'See all my collections'|@translate}</a>
     12  <p><a href="{$block->data.U_LIST}" rel="nofollow">{'See all my collections'|@translate}</a></p>
    1213</dd>
Note: See TracChangeset for help on using the changeset viewer.