芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/portal.pulsehost.co.uk/templates/twenty-one/includes/navbar.tpl
{foreach $navbar as $item}
getAttribute('target')} target="{$item->getAttribute('target')}"{/if}> {if $item->hasIcon()}
{/if} {$item->getLabel()} {if $item->hasBadge()}
{$item->getBadge()}
{/if}
{if $item->hasChildren()}
{foreach $item->getChildren() as $childItem} {if $childItem->getClass() && in_array($childItem->getClass(), ['dropdown-divider', 'nav-divider'])}
{else}
getAttribute('target')} target="{$childItem->getAttribute('target')}"{/if}> {if $childItem->hasIcon()}
{/if} {$childItem->getLabel()} {if $childItem->hasBadge()}
{$childItem->getBadge()}
{/if}
{/if} {/foreach}
{/if}
{/foreach} {if !isset($rightDrop) || !$rightDrop}
{lang key='more'}
{/if}