From 942103092545e0bd90802cccd4eab303ef172158 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 9 Mar 2020 20:36:24 +0100 Subject: Option to show/hide favicons (#2821) * Option to show/hide favicons #fix https://github.com/FreshRSS/FreshRSS/issues/2819 * Also for subscription list --- app/views/index/reader.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/views/index/reader.phtml') 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() ?>

-- cgit v1.2.3