It appears that if you create a feed in views it isn't being output properly on the page (as it does in Garland and other themes).

After digging around a bit I came across #335808: Allow views templates to display feed icons on page displays that have a path

Basically, for views RSS feeds to work properly you have to embed the following code into page.tpl.php:

<?php print $feed_icons; ?>
CommentFileSizeAuthor
#1 feedfix-1200188.patch1.45 KBshaneonabike

Comments

shaneonabike’s picture

StatusFileSize
new1.45 KB

And here is the patch for this... I would have commit that but don't have access...

Jeff Burnz’s picture

Status: Active » Closed (works as designed)