Last change
on this file since 31757 was
5714,
checked in by flop25, 15 years ago
|
moving the old template structure to a specific folder
|
File size:
289 bytes
|
Line | |
---|
1 | |
---|
2 | {foreach from=$datas item=data} |
---|
3 | <span class="{$data.classname}"> |
---|
4 | {if isset($data.url) and $data.url!=""} |
---|
5 | <a href="{$data.url}">{$data.label}</a> |
---|
6 | {else} |
---|
7 | {$data.label} |
---|
8 | {/if} |
---|
9 | {if isset($data.nb_images) and $data.nb_images!=""} |
---|
10 | ({$data.nb_images}) |
---|
11 | {/if} |
---|
12 | </span> |
---|
13 | {/foreach} |
---|
Note: See
TracBrowser
for help on using the repository browser.