entry; $feed = $this->feed; if ($feed === null || $entry === null) { return; } ?>
'entry', 'a' => 'bookmark', 'params' => ['id' => $entry->id()]]; if ($entry->isFavorite()) { $favoriteUrl['params']['is_favorite'] = '0'; } $readUrl = ['c' => 'entry', 'a' => 'read', 'params' => ['id' => $entry->id()]]; if ($entry->isRead()) { $readUrl['params']['is_read'] = '0'; } ?>
topline_read && FreshRSS_Context::userConf()->show_article_icons == 't') { ?> topline_favorite && FreshRSS_Context::userConf()->show_article_icons == 't') { ?>
show_feed_name === 't') { ?> show_favicons): ?> ✇name() ?>
topline_link && FreshRSS_Context::userConf()->show_article_icons == 't') { ?>
show_tags, ['b', 'h'], true)) { $this->renderHelper('index/tags'); } ?>

title() ?>

show_author_date, ['h','b'], true)) { ?>
topline_read && FreshRSS_Context::userConf()->show_article_icons == 'a') { ?> topline_favorite && FreshRSS_Context::userConf()->show_article_icons == 'a') { ?>
show_feed_name === 'a') { ?> show_favicons): ?> ✇name() ?> authors())) { $this->renderHelper('index/authors'); if ($this->feed === null || $this->entry === null) { throw new Exception('Unexpected side effect!'); // Should never occur. Only for PHPStan } } ?>
topline_link && FreshRSS_Context::userConf()->show_article_icons == 'a') { ?>
content(true) ?>
show_author_date, ['b', 'f'], true); $display_tags = in_array(FreshRSS_Context::userConf()->show_tags, ['b', 'f'], true); if ($display_authors_date || $display_tags) { ?>