易优cms附加功能标签: {$field.extends}

    易优cms附加功能标签: {$field.extends} ,包含是否新窗口打开 / nofollow 等,直接放在a标签元素参数里即可。

    仅支持在eyou:channel标签下调用,示例如下:

    {eyou:channel type='top' row='10' currentstyle='active'}

    <li class="{$field.currentstyle}">

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

    </li>

    {/eyou:channel}