{$config.title}
    {volist name="menulist" id="vo"}
  • {$vo.name}
    {volist name="$vo.son" id="so"}
    {$so.name}
    {/volist}
  • {/volist}