article->modified) !=0 && $this->params->get('show_modify_date')) : ?> article->modified, JText::_('DATE_FORMAT_LC2'))); ?> params->get('show_author')) && ($this->article->author != "")) : ?> article->created_by_alias ? $this->escape($this->article->created_by_alias) : $this->escape($this->article->author))); ?> params->get('show_create_date')) : ?> article->created, JText::_('DATE_FORMAT_LC2')); ?>
params->get('show_intro')) : echo $this->article->event->afterDisplayTitle; endif; ?> params->get('show_section') && $this->article->sectionid) || ($this->params->get('show_category') && $this->article->catid)) : ?>params->get('show_section') && $this->article->sectionid) : ?> params->get('link_section')) : ?> article->sectionid)).'">'; ?> escape($this->article->section); ?> params->get('link_section')) : ?> '; ?> params->get('show_category')) : ?> params->get('show_category') && $this->article->catid) : ?> params->get('link_category')) : ?> article->catslug, $this->article->sectionid)).'">'; ?> escape($this->article->category); ?> params->get('link_category')) : ?> '; ?>
article->event->beforeDisplayContent; ?> params->get('show_url') && $this->article->urls) : ?> escape($this->article->urls); ?> article->toc)) : echo $this->article->toc; endif; ?> article->text); ?> article->event->afterDisplayContent; ?>