hi,

I've installed RSS feed addon

Name
====
RSS Feed

Version Date
==============
v 2.1.4 14.02.2008 15:26

Author
======
Andrew Berezin http://eCommerce-Service.com

Thought I had done everyting right but no RSS feed icon appears on my site


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 -->
6. The CSS/XSL files are sent from /includes/templates/YOUR_TEMPLATE/css/ to the browser in this order:
(and alphabetically within each case of more than one match):
rss*.css // are always loaded and at least ONE should contain site-wide properties.
rss*.xsl // are always loaded and at least ONE should contain site-wide properties.

www.afro-masks.com