1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-09 01:44:25 +03:00
ifhub.club/templates/skin/developer-jquery/sidebar.tpl

12 lines
319 B
Smarty
Raw Normal View History

2011-04-01 10:49:36 +03:00
<div id="sidebar">
{if isset($aBlocks.right)}
{foreach from=$aBlocks.right item=aBlock}
{if $aBlock.type=='block'}
{insert name="block" block=$aBlock.name params=$aBlock.params}
2011-04-01 10:49:36 +03:00
{/if}
{if $aBlock.type=='template'}
{include file=$aBlock.name params=$aBlock.params}
2011-04-01 10:49:36 +03:00
{/if}
{/foreach}
{/if}
</div>