1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/property/render.list.tpl

7 lines
157 B
Smarty

{if $aPropertyItems}
<div class="property-list">
{foreach $aPropertyItems as $oPropertyItem}
{include 'property/render.item.tpl'}
{/foreach}
</div>
{/if}