user->authorize('com_content', 'edit', 'content', 'all') || $this->user->authorize('com_content', 'edit', 'content', 'own')) : ?>
item, $this->item->params, $this->access); ?>
item->params->get('show_title')) : ?>

item->params->get('link_titles') && $this->item->readmore_link != '') : ?> escape($this->item->title); ?> escape($this->item->title); endif; ?>

item->params->get('show_intro')) : echo $this->item->event->afterDisplayTitle; endif; ?> item->params->get('show_pdf_icon') || $this->item->params->get('show_print_icon') || $this->item->params->get('show_email_icon')) : ?>

<?php echo JText::_('attention open in a new window'); ?> item->params->get('show_pdf_icon')) : echo JHTML::_('icon.pdf', $this->item, $this->item->params, $this->access); endif; if ($this->item->params->get('show_print_icon')) : echo JHTML::_('icon.print_popup', $this->item, $this->item->params, $this->access); endif; if ($this->item->params->get('show_email_icon')) : echo JHTML::_('icon.email', $this->item, $this->item->params, $this->access); endif; ?>

item->params->get('show_section') && $this->item->sectionid) || ($this->item->params->get('show_category') && $this->item->catid)) : ?>

item->params->get('show_section') && $this->item->sectionid && isset($this->item->section)) : ?> item->params->get('link_section')) : ?> item->sectionid)).'">'; ?> item->section; ?> item->params->get('link_section')) : ?> '; ?> item->params->get('show_category')) : ?> item->params->get('show_category') && $this->item->catid) : ?> item->params->get('link_category')) : ?> item->catslug, $this->item->sectionid)).'">'; ?> item->category; ?> item->params->get('link_category')) : ?> '; ?>

item->modified) !=0 && $this->item->params->get('show_modify_date')) || ($this->item->params->get('show_author') && ($this->item->author != "")) || ($this->item->params->get('show_create_date'))) : ?>

item->modified) !=0 && $this->item->params->get('show_modify_date')) : ?> item->modified, JText::_('DATE_FORMAT_LC2'))); ?> item->params->get('show_author')) && ($this->item->author != "")) : ?> item->created_by_alias ? $this->item->created_by_alias : $this->item->author)); ?> item->params->get('show_create_date')) : ?> item->created, JText::_('DATE_FORMAT_LC2')); ?>

item->event->beforeDisplayContent; ?> item->params->get('show_url') && $this->item->urls) : ?> item->urls; ?> item->toc)) : echo $this->item->toc; endif; ?> item->text); ?> item->params->get('show_readmore') && $this->item->readmore) : ?>

item->readmore_register) : echo JText::_('Register to read more...'); elseif ($readmore = $this->item->params->get('readmore')) : echo $readmore; else : echo JText::sprintf('Read more', $this->item->title); endif; ?>

item->event->afterDisplayContent;