I am trying out Drupal 5, evaluating it for possible use on several sites which I manage and have searched the forums for info on disabling the RSS icon and syndication link which appears on my Drupal pages- FWIW, I am playing with the Xen theme...

1) Is there no control panel setting for this behavior?

-or-

2) Is this behaviour controlled by the theme???

-or- ?????

What is the preferred method of removing he RSS icon/link from my postings???

TIA,

-Allen Moore

Comments

r0g’s picture

You'll need to edit your theme files.

Can't speak for Xen but for Garland (the default) you'll need to edit page.tpl.php and pull out the line:

print $feed_icons

admoore’s picture

Perfect!

Thank you...

-Allen

aniesh82’s picture

I checked the page.tpl.php and there is no print statement like you mentioned. .. can someone helps me to disable rss feed icon in address bar on drupal 5.8 ?