$vars[&#39;links&#39;] is generated by theme_links(). Look at template_preprocess_node() in includes/theme.inc: <a href="http://drupalcode.org/viewvc/drupal/drupal/includes/theme.inc?revision=1.415.2.27&amp;view=markup&amp;pathrev=DRUPAL-6-18-SECURITY#l1955">http://drupalcode.org/viewvc/drupal/drupal/includes/theme.inc?revision=1.415.2.27&amp;view=markup&amp;pathrev=DRUPAL-6-18-SECURITY#l1955</a><br>


<br>

$variables[&#39;links&#39;]     = !empty($node-&gt;links) ? theme(&#39;links&#39;, $node-&gt;links, array(&#39;class&#39; =&gt; &#39;links inline&#39;)) : &#39;&#39;;<br>

<br>

Unless you absolutely consider the icons to be content and not styling, CSS is the way to go instead of &lt;img&gt; tags. Different CSS classes may be applied via theme_links() to indicate whether comments exist. CSS also allows for the use of sprites.<br>
<br><div class="gmail_quote">On Thu, Nov 18, 2010 at 12:27 PM, 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: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Thu, 18 Nov 2010 10:57:26 -0800 (PST)<br>
nan wich &lt;<a href="mailto:nan_wich@bellsouth.net">nan_wich@bellsouth.net</a>&gt; wrote:<br>
<br>
Hi,<br>
<div class="im"><br>
&gt; You can do it in the CSS. Something like:<br>
&gt; .infoAndActions ul li.comment_add,<br>
&gt; .infoAndActions li.comment_comments {<br>
&gt;   background:<br>
&gt; url(/sites/all/themes/forresterblogs/images/infoAndActions_commentCount.gif)<br>
&gt; no-repeat left 8px;<br>
&gt;   padding-left: 29px;<br>
&gt;   margin-left: .3em;<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt;  <br>
&gt; Nancy<br>
<br>
</div>Yes thanks I could do this way, but I need more control over it.<br>
For example when no comments, I&#39;d only like to show the icon and<br>
the text in the tooltip.<br>
</blockquote></div><br>