Itt a kódrészlet ahova be kellene illesztenem a kódot, hogy megjelenjen a "Hozzászólások(2)" felirat:
- Kód: Az összes kijelölése
if (($this->item->params->get('show_author')) && ($this->item->author != "")) {
echo artxFragment('', JHTML::_('image.site', 'PostAuthorIcon.png', null, null, null, JText::_("PostAuthorIcon"), array('width' => '14', 'height' => '14')) . JText::sprintf('Written by', ($this->item->created_by_alias ? $this->item->created_by_alias : $this->item->author)), '', ' | ');
}


(0%)