1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/skin/developer/blocks/block.propertyUpdate.tpl
2014-08-22 19:41:49 +07:00

11 lines
304 B
Smarty

{*
Вывод дополнительных полей для ввода данных на странице создания нового объекта
*}
{if $aProperties}
{foreach $aProperties as $oProperty}
{include "forms/property/form.field_render.tpl" oProperty=$oProperty}
{/foreach}
{/if}