diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml
index cdc8b8e16..4c01b4694 100644
--- a/app/layout/aside_feed.phtml
+++ b/app/layout/aside_feed.phtml
@@ -94,7 +94,8 @@
= _i('configure') ?>
-
= $feed->name() ?>
+ show_favicons): ?>
+ = $feed->name() ?>
diff --git a/app/views/helpers/index/normal/entry_header.phtml b/app/views/helpers/index/normal/entry_header.phtml
index 2bc51e54c..3b8aafbb2 100644
--- a/app/views/helpers/index/normal/entry_header.phtml
+++ b/app/views/helpers/index/normal/entry_header.phtml
@@ -27,7 +27,9 @@
?>
= $this->feed->name() ?>
+ ?>
+ show_favicons): ?>
+ = $this->feed->name() ?>
= $this->entry->title() ?>id();
?>
-
+ show_favicons): ?>
= $feed->name() ?>
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml
index ee9e19327..c982c1132 100644
--- a/app/views/index/reader.phtml
+++ b/app/views/index/reader.phtml
@@ -48,7 +48,8 @@ $content_width = FreshRSS_Context::$user_conf->content_width;
= _i($item->isFavorite() ? 'starred' : 'non-starred') ?>
-
= $feed->name() ?>
+ show_favicons): ?>
+ = $feed->name() ?>
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml
index da7593a8d..736a582d2 100644
--- a/app/views/subscription/index.phtml
+++ b/app/views/subscription/index.phtml
@@ -98,7 +98,8 @@
data-feed-id="= $feed->id() ?>"
dropzone="move">
= _i('configure') ?>
-
= $feed->name() ?>
+ show_favicons): ?>
+ = $feed->name() ?>
'3',
'rss_view' => '4',
),
+ 'show_favicons' => true,
'topline_read' => true,
'topline_favorite' => true,
'topline_display_authors' => false,