To catalog/includes/boxes/information.php about line 23 and under $info_box_contents[] = array('text' => I added:
'<a href="' . tep_href_link(FILENAME_RSS_FEED) . '">' . BOX_INFORMATION_RSS_FEED . '</a>');and made it the last item in the box.
In catalog/includes/filenames.php at about line 50 I added:
define('FILENAME_RSS_FEED', 'fwrrss.xml');
In catalog/includes/languages/english.php at about line 130 under // information box text in includes/boxes/information.php I added:
define('BOX_INFORMATION_RSS_FEED', 'RSS Feed <img src="images/feed_icon.gif" border=0>');
I got an image from RSS Button Maker here. I named the image feed_icon.gif and uploaded it to catalog/images.










