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

entries as $entry): $lastEntry = $entry; $nbEntries++; ob_flush(); /** @var FreshRSS_Entry */ $entry = Minz_ExtensionManager::callHook('entry_before_display', $entry); if ($entry == null) { continue; } $this->entry = $entry; //We most likely already have the feed object in cache, otherwise make a request $this->feed = FreshRSS_Category::findFeed($this->categories, $entry->feedId()) ?? $entry->feed() ?? FreshRSS_Feed::default(); ?>
renderHelper('index/article'); ?>
0): call_user_func($this->callbackBeforePagination, $this, $nbEntries, $lastEntry); $this->renderHelper('stream-footer'); ?>