1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/components/field/field.image.tpl
2014-10-21 20:59:33 +07:00

13 lines
217 B
Smarty

{**
* Выбор файла
*}
{extends './field.file.tpl'}
{block 'field_file_info'}
<p>
{foreach $uploadedFiles as $image}
<img src="{$image}" alt="">
{/foreach}
</p>
{/block}