易优头部导航下拉

{eyou:channel type='top' currentstyle='on'}

<li class="{if $field.currentstyle}has-submenu{/if}">

    <a href="{$field.typeurl}" class="{$field.currentstyle}">{$field.typename}</a>

    {if !empty($field.children)}

    <ul class="submenu">

        {eyou:channel type='son' row='10'}

        <li><a href="{$field.typeurl}">{$field.typename}</a></li>

        {/eyou:channel}

    </ul>

    {/if}

</li>

{/eyou:channel}


加载中~