diff --git a/components/com_content/views/article/tmpl/default.php b/components/com_content/views/article/tmpl/default.php index b467381e22fcd..8e1c686622fff 100644 --- a/components/com_content/views/article/tmpl/default.php +++ b/components/com_content/views/article/tmpl/default.php @@ -17,6 +17,7 @@ $urls = json_decode($this->item->urls); $canEdit = $this->item->params->get('access-edit'); $user = JFactory::getUser(); +$attribs = json_decode($this->item->attribs); ?>
@@ -32,7 +33,8 @@ } ?> -get('show_title')) : ?> +{'show_title'}; ?> +get('show_title'))) : ?>

get('link_titles') && !empty($this->item->readmore_link)) : ?> @@ -192,7 +194,6 @@ $link = new JURI($link1);?>

- item->attribs); ?> alternative_readmore == null) : echo JText::_('COM_CONTENT_REGISTER_TO_READ_MORE');