1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/components/toolbar/toolbar.item.tpl
2014-10-18 13:07:45 +07:00

15 lines
344 B
Smarty

{* Название компонента *}
{$component = 'toolbar-item'}
{block 'toolbar_item_options'}
{$_mods = ''}
{$_classes = ''}
{$_attributes = ''}
{$_bShow = true}
{/block}
{if $_bShow}
<section class="{$component} {mod name=$component mods=$_mods} {$_classes}" {$_attributes}>
{block 'toolbar_item'}{/block}
</section>
{/if}