芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/portal.pulsehost.co.uk/templates/six/includes/sidebar.tpl
{foreach $sidebar as $item}
getAttribute('id')} id="{$item->getAttribute('id')}"{/if}>
{if $item->hasIcon()}
{/if} {$item->getLabel()} {if $item->hasBadge()}
{$item->getBadge()}
{/if}
{if $item->hasBodyHtml()}
{$item->getBodyHtml()}
{/if} {if $item->hasChildren()}
{foreach $item->getChildren() as $childItem} {if $childItem->getUri()}
getAttribute('dataToggleTab')} data-toggle="tab" {/if} {assign "customActionData" $childItem->getAttribute('dataCustomAction')} {if is_array($customActionData)} data-active="{$customActionData['active']}" data-identifier="{$customActionData['identifier']}" data-serviceid="{$customActionData['serviceid']}" {/if} {if $childItem->getAttribute('target')} target="{$childItem->getAttribute('target')}" {/if} id="{$childItem->getId()}" > {if $childItem->hasBadge()}
{$childItem->getBadge()}
{/if} {if is_array($customActionData)}
{/if} {if $childItem->hasIcon()}
{/if} {$childItem->getLabel()}
{else}
{if $childItem->hasBadge()}
{$childItem->getBadge()}
{/if} {if $childItem->hasIcon()}
{/if} {$childItem->getLabel()}
{/if} {/foreach}
{/if} {if $item->hasFooterHtml()} {/if}
{if $item->getExtra('mobileSelect') and $item->hasChildren()} {* Mobile Select only supports dropdown menus *}
getAttribute('id')} id="{$item->getAttribute('id')}"{/if}>
{if $item->hasIcon()}
{/if} {$item->getLabel()} {if $item->hasBadge()}
{$item->getBadge()}
{/if}
{foreach $item->getChildren() as $childItem}
isCurrent()}selected="selected"{/if}> {$childItem->getLabel()} {if $childItem->hasBadge()}({$childItem->getBadge()}){/if}
{/foreach}
{if $item->hasFooterHtml()} {/if}
{/if} {/foreach}