From c191e0315e96cd9c8b0e0bec28f0931c874bbf79 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 23 Oct 2022 20:56:25 +0200 Subject: Fix 4712 (#4750) * fix * fix * fix nord theme (a bit) * fix --- app/views/helpers/index/normal/entry_header.phtml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'app') diff --git a/app/views/helpers/index/normal/entry_header.phtml b/app/views/helpers/index/normal/entry_header.phtml index 38d81f5c9..248ad4804 100644 --- a/app/views/helpers/index/normal/entry_header.phtml +++ b/app/views/helpers/index/normal/entry_header.phtml @@ -16,7 +16,7 @@ if ($this->entry->isRead()) { $arUrl['params']['is_read'] = 0; } - ?>entry->isRead() ? 'read' : 'unread'); ?>entry->isFavorite()) { $arUrl['params']['is_favorite'] = 0; } - ?>entry->isFavorite() ? 'starred' : 'non-starred'); ?>
  • - + show_favicons): ?>✇feed->name() ?>
  • @@ -42,15 +42,15 @@ ?>
  • entry->thumbnail(); if ($thumbnail != null): - ?> />
  • -
  • entry->title() ?>" dir="auto">entry->title() ?>entry->authors(); if (is_array($authors)) { $first = true; @@ -62,10 +62,10 @@ ?>
    entry->content()), 0, 500, 'UTF-8')) ?>
    entry->content()), 0, 500, 'UTF-8')) ?>
  • -
  •  
  • - + -- cgit v1.2.3