1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/forms/property/form.field_render.tpl

5 lines
302 B
Smarty

{$sType = $oProperty->getType()}
<div class="js-property-field-area property-type-{$oProperty->getType()} property-type-{$oProperty->getTargetType()}-{$oProperty->getType()}" data-property-id="{$oProperty->getId()}">
{include file="forms/property/form.field.{$sType}.tpl" oProperty=$oProperty}
</div>