mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-01-22 15:30:07 +00:00
6 lines
78 B
Smarty
6 lines
78 B
Smarty
|
<ul>
|
||
|
{foreach from=$field_value item=item}
|
||
|
<li>{$item}</li>
|
||
|
{/foreach}
|
||
|
</ul>
|