returnable_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 "returnable_action_link".
... in action_row.naml
30
31
32
33
34
35
36
37
38
39
40
41
42
<macro name="returnable_action_link" dot_parameter="action_link">
    <n.if.is_front_page>
        <then>
            <n.action_link/>
        </then>
        <else>
            <div class="[n.action_link_style/]" style="margin-left:.6em">
                <img src="/images/forum_sm.png" class="image16"/>
                <n.page_node.node_link text="[t]Main Page[/t]"/>
            </div>
        </else>
    </n.if.is_front_page>
</macro>