<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>You can do it in the&nbsp;CSS. Something like:</DIV>
<DIV>.infoAndActions ul li.comment_add,<BR>.infoAndActions li.comment_comments {<BR>&nbsp; background: url(/sites/all/themes/forresterblogs/images/infoAndActions_commentCount.gif) no-repeat left 8px;<BR>&nbsp; padding-left: 29px;<BR>&nbsp; margin-left: .3em;<BR>}<BR></DIV>
<DIV><BR>&nbsp;</DIV>
<P><FONT face="bookman old style, new york, times, serif" color=#ff007f size=4><EM><STRONG>Nancy</STRONG></EM></FONT></P>
<P>&nbsp;</P>
<P><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></P>
<DIV><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif"><BR>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Salvatore De Paolis &lt;iwkse@gmx.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> development@drupal.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thu, November 18, 2010 1:30:30 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> [development] Altering links<BR></FONT><BR>Hi all,<BR><BR>I need to alter some node links, in the specific I'd like some icon near<BR>comment link.<BR>Right now I'm doing it using the hook, link_alter but since it's basically<BR>something related to the theme, I'd like to do it within the theme.<BR><BR>I'm trying with template_preprocess_block but it does not seems ti work.<BR><BR>Code looks briefly like:<BR><BR>$node = $vars['node'];<BR>$node-&gt;links['comment_comments']['title'] = '&lt;img src="foo"/&gt;';<BR>..<BR>$vars['links'] = $node-&gt;links;<BR><BR>I suppose this is not the correct way, any
 hints?<BR><BR>regards<BR></DIV></DIV></div></body></html>