芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr/modules/MenuManager/templates/minimal_menu.tpl
{* CSS classes used in this template: .currentpage - The active/current page .bullet_sectionheader - To style section header hr.separator - To style the ruler for the separator *} {if $count > 0}
{foreach from=$nodelist item=node} {if $node->depth > $node->prevdepth} {repeat string="
" times=$node->depth-$node->prevdepth} {elseif $node->depth < $node->prevdepth} {repeat string="
" times=$node->prevdepth-$node->depth} {elseif $node->index > 0} {/if} {if $node->current == true}
target ne ""} target="{$node->target}"{/if}> {$node->menutext}
{elseif $node->parent == true && $node->depth == 1 and $node->type != 'sectionheader' and $node->type != 'separator'}
target ne ""} target="{$node->target}"{/if}> {$node->menutext}
{elseif $node->type == 'sectionheader'}
{$node->menutext} {elseif $node->type == 'separator'}
{else}
target ne ""} target="{$node->target}"{/if}> {$node->menutext}
{/if} {/foreach} {repeat string="
" times=$node->depth-1} {/if}