... | in reply_to_author_link.naml |
1 2 3
|
<override_macro name="reply_to_author_link" requires="node" dot_parameter="text" parameters="title, class">
<a href="[n.reply_to_author_path Binary Namespace: NodeNamespace
♦ ♦ Binary Namespace: BasicNamespace
Parameters:
to, text
♦ ♦
</override_macro>
|
... | in utilities.naml |
689 690 691
|
<macro name="reply_to_author_link" requires="node" dot_parameter="text" parameters="title, class">
<a href="[n.reply_to_author_path/]" class="[n.class/]" rel="nofollow" title="[n.title/]"><n.default. to="[t]Reply to author[/t]"><n.text/></n.default.></a>
</macro>
|
Powered by Nabble | NAML |