Hello

I installed this addon by Andrew Berezin http://eCommerce-Service.com for an RSS feed So that I can integrate that feed into a mini site.
This is exactly what I have done
Install:
========
0. BACKUP! BACKUP! BACKUP! BACKUP! BACKUP! BACKUP!
1. Unzip and upload all new files to your store directory;
2. Go to Admin->Tools->Install SQL Patches and install install.sql (don't use upload - use copy/paste to install sql).
(if you use Admin Profiles or Admin with Levels you must setting needed permission);
3. Go to Admin>Configuration>RSS Feed and setting up your RSS Feed configuration;
4. You can add to html_header.php somewhere beetwen <head> and </head> tags:
<?php echo rss_feed_link_alternate(); // RSS Feed ?>
5. You can add to tpl_footer.php or where you want:
<!--bof RSS Feed -->
<div id="RSSFeedLink"><?php echo rss_feed_link(RSS_ICON); ?></div>
<!--eof RSS Feed -->

Now my question is this I have copied the code it tells me to into different parts of the header.php file some would return a 500 internal error code and other parts would return a blank page.

When I pasted the code in the tpl_footer.php it didn't matter where I put that code. I have searched other parts of the forum but haven't seen any real answers and was wonering what I can do to get this to work I am using the current version v1.3.9f

The sql patch worked just fine, however I am just curious if the rss feed had to be installed in the templates directory for it to work as the instructions above were not clear on if it was the root of the catalog directory or in my custom templates, I am afraid to try it though I don't want to do any extensive damage