params->get('show_page_title', 1) && $this->params->get('page_title') != $this->article->title) : ?>
escape($this->params->get('page_title')); ?>
user->authorize('com_content', 'edit', 'content', 'all') || $this->user->authorize('com_content', 'edit', 'content', 'own')) && !$this->print) : ?>
article, $this->params, $this->access); ?>
params->get('show_title',1)) : ?>
params->get('link_titles') && $this->article->readmore_link != '') : ?>
escape($this->article->title); ?>
article->title; ?>
params->get('show_intro')) :
echo $this->article->event->afterDisplayTitle;
endif; ?>
params->get('show_create_date'))
|| (($this->params->get('show_author')) && ($this->article->author != ""))
|| (($this->params->get('show_section') && $this->article->sectionid) || ($this->params->get('show_category') && $this->article->catid))
|| ($this->params->get('show_pdf_icon') || $this->params->get('show_print_icon') || $this->params->get('show_email_icon'))
|| ($this->params->get('show_url') && $this->article->urls)
) :
?>
params->get('show_create_date')) : ?>
article->created, JText::_('DATE_FORMAT_LC2')) ?>
params->get('show_author')) && ($this->article->author != "")) : ?>
article->created_by_alias ? $this->article->created_by_alias : $this->article->author) ); ?>
params->get('show_section') && $this->article->sectionid) || ($this->params->get('show_category') && $this->article->catid)) : ?>
params->get('show_section') && $this->article->sectionid && isset($this->article->section)) : ?>
params->get('link_section')) : ?>
article->sectionid)).'">'; ?>
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)).'">'; ?>
article->category; ?>
params->get('link_section')) : ?>
'; ?>
params->get('show_pdf_icon') || $this->params->get('show_print_icon') || $this->params->get('show_email_icon')) : ?>
print) : ?>
params->get('show_email_icon')) : ?>
article, $this->params, $this->access); ?>
params->get( 'show_print_icon' )) : ?>
article, $this->params, $this->access); ?>
params->get('show_pdf_icon')) : ?>
article, $this->params, $this->access); ?>
article, $this->params, $this->access); ?>
params->get('show_url') && $this->article->urls) : ?>
article->urls; ?>
article->event->beforeDisplayContent; ?>
article->toc)) : ?>
article->toc; ?>
article->text; ?>
article->modified) !=0 && $this->params->get('show_modify_date')) : ?>
article->modified, JText::_('DATE_FORMAT_LC2'))); ?>
article->event->afterDisplayContent; ?>