jsm_spc_node_link.naml

<macro name="jsm_spc_node_link" requires="node" dot_parameter="href" parameters="text, title, class">
<!-- não utilizada ainda, aparenta ter que trapear situação de null  -->
    <n.if.contains_substring string="[n.node_text.text/]" substring="Classificados">
   <then>
      <a href="[n.node_href.href/]" title="[n.title/]" class="[n.hide_null.class/] post-link[n.topic_node.id/]" node-id="[n.id/]"><img src="http://astronomia-e-astrofotos.1069742.n5.nabble.com/file/n1311/labelCompravendaB.png" /></a>
   </then>
   <else>
    <a href="[n.node_href.href/]" title="[n.title/]" class="[n.class/]"><n.node_text.text/></a>
   </else>
</n.if.contains_substring>
</macro>