Line | |
---|
1 | <dt>{$block->get_title()}</dt> |
---|
2 | <dd> |
---|
3 | {if $block->data.current} |
---|
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> |
---|
6 | <ul>{strip} |
---|
7 | {foreach from=$block->data.links item=link} |
---|
8 | <li><a href="{$link.URL}" title="{$link.TITLE}" rel="nofollow">{$link.NAME}</a></li> |
---|
9 | {/foreach} |
---|
10 | {/strip}</ul> |
---|
11 | {/if} |
---|
12 | <p><a href="{$block->data.U_LIST}" rel="nofollow">{'See all my collections'|@translate}</a></p> |
---|
13 | </dd> |
---|
Note: See
TracBrowser
for help on using the repository browser.