1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/templates/skin/developer/blocks.tpl

12 lines
328 B
Smarty

{get_blocks assign='aBlocksLoad'}
{if isset($aBlocksLoad.$group)}
{foreach from=$aBlocksLoad.$group item=aBlock}
{if $aBlock.type=='block'}
{insert name="block" block=$aBlock.name params=$aBlock.params}
{/if}
{if $aBlock.type=='template'}
{include file=$aBlock.name params=$aBlock.params}
{/if}
{/foreach}
{/if}