{foreach $navbar as $item}
  • hasChildren()}class="dropdown-toggle" data-toggle="dropdown" href="#"{else}href="{$item->getUri()}"{/if}{if $item->getAttribute('target')} target="{$item->getAttribute('target')}"{/if}> {if $item->hasIcon()} {/if} {$item->getLabel()} {if $item->hasBadge()} {$item->getBadge()}{/if} {if $item->hasChildren()} {/if} {if $item->hasChildren()} {/if}
  • {/foreach}