You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
209 B
7 lines
209 B
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
{if $img_list}
|
|
{foreach from=$img_list item=list}
|
|
<li><img width="60" height="60" alt="" src="{$list.img_file}"></li>
|
|
{/foreach}
|
|
{/if}
|