source:
extensions/ConcoursPhoto/template/concours_menu.tpl
Last change on this file was 32457, checked in by , 4 years ago | |
---|---|
File size: 463 bytes |
Line | |
---|---|
1 | <dt>{'Concours'|@translate}</dt> |
2 | <dd> |
3 | <ul>{strip} |
4 | {foreach from=$block->data item=link} |
5 | {if is_array($link)} |
6 | <li><a href="{$link.URL}" title="{$link.TITLE}"{if isset($link.REL)} {$link.REL}{/if}>{$link.NAME}</a>{if isset($link.COUNTER)} ({$link.COUNTER}){/if} |
7 | {if $link.edit!=""} [<a href="{$link.edit}">{"concours_admin_edit"|@translate}</a>] |
8 | {/if} |
9 | </li> |
10 | |
11 | {/if} |
12 | {/foreach} |
13 | {/strip}</ul> |
14 | </dd> |
15 | |
16 | |
17 | |
18 |
Note: See TracBrowser
for help on using the repository browser.