Last change
on this file since 23469 was
3058,
checked in by plg, 16 years ago
|
code administration: any text file should have the svn:eol-style property
set to LF.
|
-
Property svn:eol-style set to
LF
|
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.