reply_to_author_link

NAML documentation   Watch a video
   Usages of this macro
... in utilities.naml
651
652
653
<macro name="reply_to_author_link" requires="node" dot_parameter="text" parameters="title, class">
    <a href="[n.reply_to_author_path
Binary
Namespace: NodeNamespace
/]" class="[n.class/]" rel="nofollow" title="[n.title/]"><n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Reply to author[/t]"><n.text/></n.default.></a>
</macro>