RSS
Scenario:
"I want to have one of those new-fangled XML RSS icons that points to my RSS feed."
Solution:
Add a little code to your skin.
Original forum thread (thanks, admun!):
http://forum.nucleuscms.org/viewtopic.php?p=41522#41522
Method:
- Download the relevant RSS icon you would like to have and put it in your skin's directory.
- If you do not already have an RSS icon, you can make one yourself by using an online button generator, such as Adam Kalsey's Button Maker.
- Add the following code to the part of the skin you would like to have the icon:
<a href="http://yourdomain.com/blog/xml-rss2.php">
<img src="<%skinfile(rss2.gif)%>" alt="RSS Feed" />
</a>
section: RSS | submitted by
Leng on 2005.Sep.18 | 6791 views

Total votes: 11 - Rating: 8.27