move_post_link

   Usages of this macro
... in utilities.naml
623
624
625
<macro name="move_post_link" requires="node" dot_parameter="text" parameters="title, class">
    <a href="[n.move_post_path
Macro
Requires: node
/]" class="[n.class/]" rel="nofollow" title="[n.title/]"><n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Move post[/t]"><n.text/></n.default.></a>
</macro>