diff --git a/modules/mod_articles/tmpl/default_items.php b/modules/mod_articles/tmpl/default_items.php
index 4d77d7964e2fb..f0ea8afc4ec5c 100644
--- a/modules/mod_articles/tmpl/default_items.php
+++ b/modules/mod_articles/tmpl/default_items.php
@@ -19,7 +19,7 @@
}
?>
-
+
displayHits || $item->displayAuthorName || $item->displayCategoryTitle || $item->displayDate;
@@ -89,7 +89,6 @@
-
get('img_intro_full'), ['intro', 'full']) && !empty($item->imageSrc)) : ?>
@@ -110,7 +109,11 @@
event->afterDisplayContent; ?>
- get('show_readmore')) : ?>
+ link) && $item->readmore != 0 && $params->get('show_readmore')) : ?>
+ get('show_readmore_title', '') !== '') : ?>
+ params->set('show_readmore_title', $params->get('show_readmore_title')); ?>
+ params->set('readmore_limit', $params->get('readmore_limit')); ?>
+
$item, 'params' => $item->params, 'link' => $item->link]); ?>