1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/property/input/list.tpl
2016-04-07 16:40:28 +07:00

9 lines
325 B
Smarty

{**
* Вывод дополнительных полей для ввода данных на странице создания нового объекта
*}
{component_define_params params=[ 'properties' ]}
{foreach $properties as $property}
{component 'property' template='input.item' property=$property}
{/foreach}