Last change
on this file since 7585 was
3905,
checked in by tiico, 15 years ago
|
Initial submit for plugin ConcoursPhoto (Possibility to add a competition on category with selected criterias and generation of the competition's result).
Functionnal version. Admin pages must be checked for informations/errors notifications
|
File size:
463 bytes
|
Line | |
---|
1 | |
---|
2 | {if isset($block->data) and count($block->data)} |
---|
3 | <!-- Concours menu bar --> |
---|
4 | {if $block->get_title() !="" } |
---|
5 | <dt>{$block->get_title()}</dt> |
---|
6 | {/if} |
---|
7 | <dd> |
---|
8 | <ul> |
---|
9 | {foreach from=$block->data key=name item=link} |
---|
10 | <li> |
---|
11 | {$link.nfo}<a href="{$link.link}">{$link.text}</a> |
---|
12 | {if $link.edit!=""} [<a href="{$link.edit}">{"concours_admin_edit"|@translate}</a>] |
---|
13 | {/if} |
---|
14 | </li> |
---|
15 | {/foreach} |
---|
16 | </ul> |
---|
17 | </dd> |
---|
18 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.