Do you want to replace the text with a link or just add an image next to the link text?<div><br></div><div>You could use CSS to define a background-image and then push the text to the left with a margin. This way you can show an imagine to the general public viewing your site but also hide it from other types of non-visual media browsers.</div>

<div><br></div><div>Unless I&#39;m misunderstanding what you&#39;re trying to accomplish.</div><div><br></div><div>Todd<br><br><div class="gmail_quote">On 18 November 2010 13:30, Salvatore De Paolis <span dir="ltr">&lt;<a href="mailto:iwkse@gmx.com">iwkse@gmx.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all,<br>
<br>
I need to alter some node links, in the specific I&#39;d like some icon near<br>
comment link.<br>
Right now I&#39;m doing it using the hook, link_alter but since it&#39;s basically<br>
something related to the theme, I&#39;d like to do it within the theme.<br>
<br>
I&#39;m trying with template_preprocess_block but it does not seems ti work.<br>
<br>
Code looks briefly like:<br>
<br>
$node = $vars[&#39;node&#39;];<br>
$node-&gt;links[&#39;comment_comments&#39;][&#39;title&#39;] = &#39;&lt;img src=&quot;foo&quot;/&gt;&#39;;<br>
..<br>
$vars[&#39;links&#39;] = $node-&gt;links;<br>
<br>
I suppose this is not the correct way, any hints?<br>
<br>
regards<br>
</blockquote></div><br></div>