diff --git a/var/Widget/Archive.php b/var/Widget/Archive.php index 51dc7e5d..19d77793 100644 --- a/var/Widget/Archive.php +++ b/var/Widget/Archive.php @@ -1662,6 +1662,7 @@ class Widget_Archive extends Widget_Abstract_Contents } $allows = $this->pluginHandle()->headerOptions($allows, $this); + $title = (empty($this->_archiveTitle) ? '' : $this->_archiveTitle . ' » ') . $this->options->title; $header = ''; if (!empty($allows['description'])) { @@ -1693,15 +1694,15 @@ class Widget_Archive extends Widget_Abstract_Contents } if (!empty($allows['rss2']) && $allowFeed) { - $header .= '' . "\n"; + $header .= '' . "\n"; } if (!empty($allows['rss1']) && $allowFeed) { - $header .= '' . "\n"; + $header .= '' . "\n"; } if (!empty($allows['atom']) && $allowFeed) { - $header .= '' . "\n"; + $header .= '' . "\n"; } if ($this->options->commentsThreaded && $this->is('single')) {