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-05-16 10:49:44 +07:00

15 lines
368 B
Smarty

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