From c5539009c910e5e5b2f2fca20c86c240a1d470da Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 26 Oct 2022 00:03:10 +0200 Subject: fix (#4775) --- app/views/helpers/index/normal/entry_bottom.phtml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml index e58c37540..290a6f35f 100644 --- a/app/views/helpers/index/normal/entry_bottom.phtml +++ b/app/views/helpers/index/normal/entry_bottom.phtml @@ -20,7 +20,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'); ?>
  • -
  • -
  •  
  •  
  • -- cgit v1.2.3