source: extensions/UserCollections/template/menublock_user_collec.tpl @ 16608

Last change on this file since 16608 was 16608, checked in by mistic100, 12 years ago

-add complete breadcrumb
-AJAX for add/remove photos (more faster)

File size: 489 bytes
Line 
1<dt>{$block->get_title()}</dt>
2<dd>
3{if $block->data.current}
4  {'Current collection:'|@translate} <b>{$block->data.current.NAME}</b>, {'%d photos'|@translate|@sprintf:$block->data.current.NB_IMAGES}
5        <ul>{strip}
6                {foreach from=$block->data.links item=link}
7                <li><a href="{$link.URL}" title="{$link.TITLE}" rel="nofollow">{$link.NAME}</a></li>
8                {/foreach}
9        {/strip}</ul>
10{/if}
11  <a href="{$block->data.U_LIST}" rel="nofollow">{'See all my collections'|@translate}</a>
12</dd>
Note: See TracBrowser for help on using the repository browser.