I copied aggregator-feed-source.tpl.php to my theme folder and commented out

/*

print $source_icon;
print $source_image;
print $source_description;
print t('Updated:'); print $last_checked;

*/
Didn't seem to do anything. Any thoughts?

Comments

CobraMP’s picture

are you just trying to disable all things rss? why not disable the aggregator module(s)

sunfish’s picture

Aggregator module is not enabled. Something strange is going on.

CobraMP’s picture

I noticed it isn't enabled on my site and that the icon still appears on my front page but not anywhere else

sunfish’s picture

Are the dsabled aggregator not disabling rss and aggregator-feed-source.tpl.php not overriding bugs?
If so, I'll just modify the core for now.