new_topic_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 "new_topic_action_link".
... in action_row.naml
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<macro name="new_topic_action_link" parameters="text">
    <div class="[n.action_link_style/]">
        <img src="/images/icon_post_message.png" class="image16" />
        <n.page_node.>
            <n.new_topic_link>
                <title>
                    <t>Post new message in <t.location.subject/></t>
                </title>
                <text>
                    <n.default. to="[t]New Topic[/t]"><n.text/></n.default.>
                </text>
            </n.new_topic_link>
        </n.page_node.>
    </div>
</macro>