ZenphotoCMS Forum
how to remove the rss.gif from image.php - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: how to remove the rss.gif from image.php (/thread-4912.html)



how to remove the rss.gif from image.php - josch - 2009-03-29

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

when I try to remove

I get an error

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




how to remove the rss.gif from image.php - sbillard - 2009-03-29

just remove the printRSSLink("("Comments-image","",gettext(""),""); part. In particular you need to leave the brace that is at the end.




how to remove the rss.gif from image.php - josch - 2009-03-29

Thanks