2017-06-24 00:58:56 +03:00

5 lines
80 B
Smarty

<ul>
{foreach from=$field_value item=list}
<li>{$list[0]}</li>
{/foreach}
</ul>