{:loop $menus[0] $first}
{:$first['name']}
{:if $first['iscustom'] == 0}
{:loop $menus[$first['id']] $second}
{:$second['name']}
{:/loop}
{:else} {:loop $menus[$first['id']] $second} {:if $second['name'] != 'sysmenu'}
{:$second['name']}
{:else} {:$sysmenu[$second['url']]} {:/if} {:/loop} {:/if}
{:/loop}