-
- '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): ?>
-
= $feed->name() ?>
-
-
+
+
topline_link && FreshRSS_Context::userConf()->show_article_icons == 't') { ?>
-
-
- show_tags, ['b', 'h'], true)) {
- $this->renderHelper('index/tags');
- }
- ?>
-
- = _i('link') ?>
-
-
- = $entry->title() ?>
- show_author_date, ['h','b'], true)) { ?> -
+ $favoriteUrl = ['c' => '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 == 'a') { ?>
+ topline_read && FreshRSS_Context::userConf()->show_article_icons == 't') { ?>
- topline_favorite && FreshRSS_Context::userConf()->show_article_icons == 'a') { ?>
+ topline_favorite && FreshRSS_Context::userConf()->show_article_icons == 't') { ?>
-
-
-
-
- show_feed_name === 'a') { ?>
-
+ show_feed_name === 't') { ?>
+
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
- }
- }
- ?>
-
-
-
+ endif; ?>= $feed->name() ?>
+
topline_link && FreshRSS_Context::userConf()->show_article_icons == 'a') { ?>
+ if (FreshRSS_Context::userConf()->topline_link && FreshRSS_Context::userConf()->show_article_icons == 't') { ?>
- = $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) {
- ?>
-