'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') { ?> = _i($entry->isRead() ? 'read' : 'unread') ?> topline_favorite && FreshRSS_Context::userConf()->show_article_icons == 't') { ?> = _i($entry->isFavorite() ? 'starred' : 'non-starred') ?> show_feed_name === 't') { ?> show_favicons): ?> = $feed->name() ?> topline_link && FreshRSS_Context::userConf()->show_article_icons == 't') { ?> = _i('link') ?> show_tags, ['b', 'h'], true)) { $this->renderHelper('index/tags'); } ?> = $entry->title() ?> show_author_date, ['h','b'], true)) { ?> topline_read && FreshRSS_Context::userConf()->show_article_icons == 'a') { ?> = _i($entry->isRead() ? 'read' : 'unread') ?> topline_favorite && FreshRSS_Context::userConf()->show_article_icons == 'a') { ?> = _i($entry->isFavorite() ? 'starred' : 'non-starred') ?> show_feed_name === 'a') { ?> show_favicons): ?> = $feed->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 } } ?> = $entry->date() ?> topline_link && FreshRSS_Context::userConf()->show_article_icons == 'a') { ?> = _i('link') ?> = $entry->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) { ?>