how to remove the rss.gif from image.php

How can I remove the rss.gif (I removed the gif and it shows as broken link)

when I try to remove

<?php printRSSLink("Comments-image","",gettext(""),""); } ?>

I get an error

I'm trying to remove RSS feeds totally from the app

Comments

  • just remove the `printRSSLink("("Comments-image","",gettext(""),"");` part. In particular you need to leave the brace that is at the end.
  • josch Member
    Thanks
Sign In or Register to comment.