partial('aside_feed'); $this->partial('nav_menu'); } call_user_func($this->callbackBeforeEntries, $this); $display_today = FreshRSS_Context::$sort === 'id'; $display_yesterday = $display_today; $display_others = $display_today; $useKeepUnreadImportant = !FreshRSS_Context::isImportant() && !FreshRSS_Context::isFeed(); $today = @strtotime('today'); ?>

entries as $item): /** @var FreshRSS_Entry|null $item */ $item = Minz_ExtensionManager::callHook('entry_before_display', $item); if ($item === null) { continue; } ob_flush(); $this->entry = $item; $lastEntry = $item; $nbEntries++; // We most likely already have the feed object in cache, otherwise make a request $this->feed = FreshRSS_Category::findFeed($this->categories, $this->entry->feedId()) ?? $this->entry->feed() ?? FreshRSS_Feed::default(); if ($display_today && $this->entry->isDay(FreshRSS_Days::TODAY, $today)) { ?>
entry->isDay(FreshRSS_Days::YESTERDAY, $today)) { ?>
entry->isDay(FreshRSS_Days::BEFORE_YESTERDAY, $today)) { ?>
renderHelper('index/normal/entry_header'); if ($this->feed === null || $this->entry === null) { throw new Exception('Unexpected side effect!'); // Should never occur. Only for PHPStan } ?>
show_feed_name === 't') { ?> show_tags === 'h' || FreshRSS_Context::userConf()->show_tags === 'b') { $this->renderHelper('index/tags'); if ($this->feed === null || $this->entry === null) { throw new Exception('Unexpected side effect!'); // Should never occur. Only for PHPStan } } ?>

entry->title() ?>

show_author_date === 'h' || FreshRSS_Context::userConf()->show_author_date === 'b') { ?>
show_feed_name === 'a') { ?> entry->authors())) { $this->renderHelper('index/authors'); if ($this->feed === null || $this->entry === null) { throw new Exception('Unexpected side effect!'); // Should never occur. Only for PHPStan } } ?>
entry->date() ?>
lazyload && !FreshRSS_Context::userConf()->display_posts ? lazyimg($this->entry->content(true)) : $this->entry->content(true) ?>
show_author_date === 'f' || FreshRSS_Context::userConf()->show_author_date === 'b'; $display_tags = FreshRSS_Context::userConf()->show_tags === 'f' || FreshRSS_Context::userConf()->show_tags === 'b'; if ($display_authors_date || $display_tags) { ?>
show_feed_name === 'a') { ?> entry->authors())) { $this->renderHelper('index/authors'); if ($this->feed === null || $this->entry === null) { throw new Exception('Unexpected side effect!'); // Should never occur. Only for PHPStan } } ?>
entry->date() ?>
renderHelper('index/tags'); } ?>
renderHelper('index/normal/entry_bottom'); ?>
0): call_user_func($this->callbackBeforePagination, $this, $nbEntries, $lastEntry); $this->renderHelper('stream-footer'); ?>

displaySlider ? ' active' : ''; ?> 0 && FreshRSS_Context::userConf()->show_nav_buttons) { $this->partial('nav_entries'); }