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

entries as $entry): /** @var FreshRSS_Entry|null $entry */ $entry = Minz_ExtensionManager::callHook(Minz_HookType::EntryBeforeDisplay, $entry); if ($entry === null) { continue; } ob_flush(); $this->entry = $entry; $lastEntry = $entry; $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); ?>
renderHelper('index/article'); ?>
0): call_user_func($this->callbackBeforePagination, $this, $nbEntries, $lastEntry); $this->renderHelper('stream-footer'); ?>

displaySlider ? ' active' : ''; ?>