subapps_action_link

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 "subapps_action_link".
... in action_row.naml
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<macro name="subapps_action_link" parameters="text">
    <n.returnable_action_link.>
        <n.page_node.>
            <n.if.has_subapps>
                <then>
                    <div class="[n.action_link_style/]" style="margin-left:.6em">
                        <img src="/images/forum_sm.png" class="image16"/>
                        <n.node_link>
                            <href><n.url template="view_subapps"/></href>
                            <text>
                                <n.default. to="[t]Sub-Forums[/t]"><n.text/></n.default.>
                            </text>
                        </n.node_link>
                    </div>
                </then>
            </n.if.has_subapps>
        </n.page_node.>
    </n.returnable_action_link.>
</macro>