change_view_links

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "change_view_links".
... in topic.naml
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
<macro name="change_view_links" requires="node">
    <n.if.equal value1="[n.get_parameter name='view'/]" value2="[n.threaded_view/]">
        <then>
            <n.classic_icon_link/>
            <n.list_icon_link/>
        </then>
        <else>
            <n.classic_icon_link/>
            <n.threaded_icon_link/>
        </else>
    </n.if.equal>
</macro>