rowSection.tpl 229 B

12345678
  1. <div class='lu-row'>
  2. {foreach from=$rawObject->getSections() item=section }
  3. {$section->getHtml()}
  4. {/foreach}
  5. {foreach from=$rawObject->getFields() item=field }
  6. {$field->getHtml()}
  7. {/foreach}
  8. </div>