source:
extensions/BatchDownloader/template/menublock_batch_down.tpl
@
19224
Last change on this file since 19224 was 16598, checked in by , 12 years ago | |
---|---|
File size: 262 bytes |
Line | |
---|---|
1 | <dt>{$block->get_title()}</dt> |
2 | <dd> |
3 | <ul> |
4 | {foreach from=$block->data item=link} |
5 | <li> |
6 | <a href="{$link.URL}" title="{$link.TITLE}" rel="nofollow">{$link.NAME}</a> |
7 | <span class="menuInfoCat">[{$link.COUNT}]</span> |
8 | </li> |
9 | {/foreach} |
10 | </ul> |
11 | </dd> |
Note: See TracBrowser
for help on using the repository browser.