delete_link

   Usages of this macro
... in utilities.naml
595
596
597
<macro name="delete_link" requires="node" dot_parameter="text" parameters="title, class">
    <a href="[n.delete_path
Macro
Requires: node
/]" class="[n.class/]" rel="nofollow" title="[n.title/]"><n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Delete[/t]"><n.text/></n.default.></a>
</macro>