Hi, I’d like to use feedburner instead of default joomla feed URL.
On the head section of the page I find
<link href=”/?format=feed&type=rss” rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ />
<link href=”/?format=feed&type=atom” rel=”alternate” type=”application/atom+xml” title=”Atom 1.0″ />
that I’d like to substitute with:
<link href=”http://feeds.feedburner.com/disabiliabili” rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ />
<link href=”http://feeds.feedburner.com/disabiliabili” rel=”alternate” type=”application/atom+xml” title=”Atom 1.0″ />
How can I do that with T3 Framework?
Thanks
Claudio