Rev | Line | |
---|
[16591] | 1 | <dt>{$block->get_title()}</dt> |
---|
| 2 | <dd> |
---|
[16597] | 3 | {if $block->data.current} |
---|
[16625] | 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> |
---|
[16591] | 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> |
---|
[16597] | 11 | {/if} |
---|
[16625] | 12 | <p><a href="{$block->data.U_LIST}" rel="nofollow">{'See all my collections'|@translate}</a></p> |
---|
[16591] | 13 | </dd> |
---|
Note: See
TracBrowser
for help on using the repository browser.