partial('nav_menu');
$class = '';
$state_unread = false;
if (FreshRSS_Context::userConf()->hide_read_feeds &&
FreshRSS_Context::isStateEnabled(FreshRSS_Entry::STATE_NOT_READ) &&
!FreshRSS_Context::isStateEnabled(FreshRSS_Entry::STATE_READ)) {
$class = ' state_unread';
$state_unread = true;
}
?>
renderHelper('index/normal/entry_share_menu'); ?>
❌
❌
= _t('conf.reading.view.global') ?>
'index',
'a' => 'normal',
'params' => $params,
];
$unreadArticles = 0;
foreach ($this->categories as $cat) {
$feeds = $cat->feeds();
$url_base['params']['get'] = 'c_' . $cat->id();
if (!empty($feeds)) {
$unreadArticles += $cat->nbNotRead();
?>
= _t('index.feed.empty') ?>