Is it possible to remove the rss link on the catalogue page only? It seems you have to view a particular photo collection, and when you are on the front page, you have not yet selected a photo collection. so, the code tries to query using id 0, which does not exist. As a result, I get this error:
This page contains the following errors:
error on line 2 at column 1: Extra content at the end of the document Below is a rendering of the page up to the first error.
You can view the issue yourself at :http://web2.zenwerks.com/plogger/
Well whenever I need to edit something and I can't seem to find it in all those pages of code all I do if it's an image is right click the image, click on view image and then get the url of it. I then open the gallery.php file in my Dreamweaver and hit ctrl+F keys, enter either the whole URL of the image or in your case it would be "graphics/rss.gif" without the quotation signs. Anyway, Dreamweaver will find that text and then edit accordingly! ;) Hope this works out for you cause it did for me! ;)