1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/templates/skin/new/sidebar.tpl

16 lines
404 B
Smarty
Raw Normal View History

2009-01-10 21:11:09 +02:00
<!-- Sidebar -->
<div id="sidebar">
{if isset($aBlocks.right)}
{foreach from=$aBlocks.right item=aBlock}
2009-01-10 21:11:09 +02:00
{if $aBlock.type=='block'}
{insert name="block" block=$aBlock.name params=$aBlock.params}
2009-01-10 21:11:09 +02:00
{/if}
{if $aBlock.type=='template'}
{include file=$aBlock.name params=$aBlock.params}
{/if}
2009-01-10 21:11:09 +02:00
{/foreach}
{/if}
</div>
<!-- /Sidebar -->