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_page_title',1) && $this->params->get('page_title') != $this->article->title) : ?>
escape($this->params->get('page_title')); ?>
params->get('show_title')) : ?>
params->get('link_titles') && $this->article->readmore_link != '') : ?>
article->title; ?>
escape($this->article->title);
endif; ?>
article->modified) !=0 && $this->params->get('show_modify_date')) || ($this->params->get('show_author') && ($this->article->author != "")) || ($this->params->get('show_create_date'))) : ?>
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->article->created_by_alias : $this->article->author)); ?>
params->get('show_create_date')) : ?>
article->created, JText::_('DATE_FORMAT_LC2')); ?>
params->get('show_intro')) :
echo $this->article->event->afterDisplayTitle;
endif; ?>
print) :
echo JHTML::_('icon.print_screen', $this->article, $this->params, $this->access);
elseif ($this->params->get('show_pdf_icon') || $this->params->get('show_print_icon') || $this->params->get('show_email_icon')) : ?>
params->get('show_pdf_icon')) :
echo JHTML::_('icon.pdf', $this->article, $this->params, $this->access);
endif;
if ($this->params->get('show_print_icon')) :
echo JHTML::_('icon.print_popup', $this->article, $this->params, $this->access);
endif;
if ($this->params->get('show_email_icon')) :
echo JHTML::_('icon.email', $this->article, $this->params, $this->access);
endif;
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)).'">'; ?>
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_category')) : ?>
'; ?>
article->event->beforeDisplayContent; ?>
params->get('show_url') && $this->article->urls) : ?>
article->urls; ?>
article->toc)) :
echo $this->article->toc;
endif; ?>
article->text); ?>
article->event->afterDisplayContent; ?>