Page 1 of 1

rss feed when I added none [solved]

Posted: Thu Jun 26, 2008 11:29 am
by dwinters
The page is found at

http://www.shiver-productions.co.uk/index.php?page=news

Header of page in template looks like




{sitename} - {title}
{metadata}

{stylesheet}



There are supposed to be 2 css files atatched yet the source shows





Shiver - News


















Where is the link to the second css and why oh why is there this rss link instead?

Thanks

Dan

Re: rss feed when I added none

Posted: Thu Jun 26, 2008 12:24 pm
by kermit
{stylesheet} tag combines different css of the same media type into one when generating the css and inserting the link in the

rss link is there because it defaults to being there. see news module options to turn off.

Re: rss feed when I added none

Posted: Thu Jun 26, 2008 12:25 pm
by dwinters
Great thanks