{volist name='_menuList.father' id='vo'}
  • {$vo.name} {if condition="$vo.controller eq '' "}
      {volist name='_menuList.child' id='vv'} {if condition="$vv.pid eq $vo.id"}
    • {$vv.name}
    • {else /} {/if} {/volist}
    {/if}
  • {/volist}