As in Drupal core and Views 1.x. See patch.

(Note that Drupal core doesn't put the slogan in the feed title. But I simply copied the code from View 1.x, what's why there's a slogan there.)

CommentFileSizeAuthor
#3 feed_sitename.diff5.05 KBmooffie
frontpage_feed_title.diff820 bytesmooffie

Comments

mooffie’s picture

Priority: Normal » Minor
Status: Active » Needs review
merlinofchaos’s picture

I'm dubious about this. This is not maintainable.

1) If I have to re-export the view again, this gets lost
2) If the user overrides the view, this gets lost and if they change variables, the View won't update.

mooffie’s picture

StatusFileSize
new5.05 KB

Here's a better patch.

(The new option 'sitename_title' is named so because 'sitename_title' to 'title' is like 'mission_description' to 'description'.)

merlinofchaos’s picture

Status: Needs review » Fixed

Looks good to me. Committed!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.