Replace "add new comment" link with image in Drupal
Is there an easy way to convert Drupal "add new comment" link into an "add new comment" gif image? Syntax that adds link appears to be <?php if ($links): ?> <div class="links"><?php print $links; ?></div> <?php endif; ?> ...