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 @@ - ✇ name() ?> + show_favicons): ?>✇ + 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 @@ ?>
  • ✇ feed->name() ?>
  • + ?>
  • + show_favicons): ?>✇ + feed->name() ?>
  • entry->title() ?>id(); ?>
  • - ✇ + show_favicons): ?>✇ 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; isFavorite() ? 'starred' : 'non-starred') ?> - ✇ name() ?> + show_favicons): ?>✇ + name() ?>

    title() ?>

    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="id() ?>" dropzone="move"> - ✇ name() ?> + show_favicons): ?>✇ + name() ?> '3', 'rss_view' => '4', ), + 'show_favicons' => true, 'topline_read' => true, 'topline_favorite' => true, 'topline_display_authors' => false,