new_topic_path

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_path".
... in reply.naml
426
427
428
429
430
431
<macro name="new_topic_path" requires="node" parameters="type">
    <n.encode_url.remove_spaces.>
        /template/NamlServlet.jtp?macro=new_topic&node=<n.id/>
        <n.add_to_path name="type" value="[n.type/]" />
    </n.encode_url.remove_spaces.>
</macro>