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

entries as $item): /** @var FreshRSS_Entry|null $item */ $item = Minz_ExtensionManager::callHook(Minz_HookType::EntryBeforeDisplay, $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(); $this->entry->_feed($this->feed); if ($last_transition !== ($transition = FreshRSS_index_Controller::transition($this->entry))) { $last_transition = $transition; ?>
show_favicons): ?> ✇
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) { echo Minz_ExtensionManager::callHookString(Minz_HookType::NavEntries); if (FreshRSS_Context::userConf()->show_nav_buttons) { $this->partial('nav_entries'); } }