Je voudrais savoir comment supprimer le titre de l'article après "lire la suite"
joomla : version 1.6.1
joomla : version 1.6.1
if ($params->get([B]'show_readmore_title'[/B], 0) != 0) : elseif ($params->get('show_readmore_title', 0) == 0) : echo JText::sprintf('COM_CONTENT_READ_MORE_TITLE'); else : echo JText::_('COM_CONTENT_READ_MORE'); echo JHTML::_('string.truncate', ($this->item->title), $params->get('readmore_limit')); endif; ?>
Commentaire