| ... | 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>
|
| Free forum by Nabble | Edit this page |