aboutsummaryrefslogtreecommitdiff
path: root/app/layout
diff options
context:
space:
mode:
Diffstat (limited to 'app/layout')
-rw-r--r--app/layout/aside_feed.phtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml
index 37ae379ed..b3c3d1c86 100644
--- a/app/layout/aside_feed.phtml
+++ b/app/layout/aside_feed.phtml
@@ -111,6 +111,9 @@
foreach ($feeds as $feed):
$f_active = FreshRSS_Context::isCurrentGet('f_' . $feed->id());
+ if (!$f_active && $feed->priority() < FreshRSS_Feed::PRIORITY_FEED) {
+ continue;
+ }
$f_active_class = $f_active ? ' active' : '';
$error_class = '';