mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-01-22 23:40:07 +00:00
5 lines
104 B
Smarty
5 lines
104 B
Smarty
|
<ul>
|
||
|
{foreach from=$field_value item=list}
|
||
|
<li>{$list[0]}: {$list[1]}: {$list[2]}</li>
|
||
|
{/foreach}
|
||
|
</ul>
|