source: extensions/UserCollections/template/menublock.tpl @ 16591

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

first commit

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