PRODUCTS
ABOUT US
PRODUCTS
About US
首页
{foreach $NAV[0] as $v} {if isset($NAV[$v['id']])}
{$v.name}
>
{foreach $NAV[$v['id']] as $child}
{$child.name}
{/foreach}
{else /}
{$v.name}
{/if} {/foreach}