partial('aside_feed'); $this->partial('nav_menu'); } call_user_func($this->callbackBeforeEntries, $this); $display_today = true; $display_yesterday = true; $display_others = true; $hidePosts = !FreshRSS_Context::userConf()->display_posts; $lazyload = FreshRSS_Context::userConf()->lazyload; $content_width = FreshRSS_Context::userConf()->content_width; $MAX_TAGS_DISPLAYED = FreshRSS_Context::userConf()->show_tags_max; $useKeepUnreadImportant = !FreshRSS_Context::isImportant() && !FreshRSS_Context::isFeed(); $today = @strtotime('today'); ?>

entries as $item): $lastEntry = $item; $nbEntries++; ob_flush(); /** @var FreshRSS_Entry */ $item = Minz_ExtensionManager::callHook('entry_before_display', $item); if ($item == null) { continue; } $this->entry = $item; // We most likely already have the feed object in cache, otherwise make a request $this->feed = FreshRSS_CategoryDAO::findFeed($this->categories, $this->entry->feedId()) ?? $this->entry->feed() ?? FreshRSS_Feed::example(); 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) { throw new FreshRSS_Context_Exception('Feed not initialised!'); } $tags = null; $firstTags = array(); $remainingTags = array(); if (FreshRSS_Context::userConf()->show_tags === 'h' || FreshRSS_Context::userConf()->show_tags === 'f' || FreshRSS_Context::userConf()->show_tags === 'b') { $tags = $this->entry->tags(); if (!empty($tags)) { if ($MAX_TAGS_DISPLAYED > 0) { $firstTags = array_slice($tags, 0, $MAX_TAGS_DISPLAYED); $remainingTags = array_slice($tags, $MAX_TAGS_DISPLAYED); } else { $firstTags = $tags; } } } ?>
show_feed_name === 't') { ?> show_tags === 'h' || FreshRSS_Context::userConf()->show_tags === 'b') { ?>

entry->title() ?>

show_author_date === 'h' || FreshRSS_Context::userConf()->show_author_date === 'b') { ?>
show_feed_name === 'a') { ?> entry->authors(); if (!empty($authors) && is_array($authors)) { ?>
'author:"' . htmlspecialchars_decode($author, ENT_QUOTES) . '"'])); ?>
entry->date() ?>
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(); if (!empty($authors) && is_array($authors)) { ?>
'author:"' . htmlspecialchars_decode($author, ENT_QUOTES) . '"'])); ?>
entry->date() ?>
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'); ?>