By sunfish on
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('URL:'); print $source_url; "> print $source_url;
print t('Updated:'); print $last_checked;
*/
Didn't seem to do anything. Any thoughts?
Comments
are you just trying to
are you just trying to disable all things rss? why not disable the aggregator module(s)
Aggregator module is not
Aggregator module is not enabled. Something strange is going on.
I noticed it isn't enabled
I noticed it isn't enabled on my site and that the icon still appears on my front page but not anywhere else
Are the dsabled aggregator
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.