item->params->get('show_title') || $this->item->params->get('show_pdf_icon') || $this->item->params->get('show_print_icon') || $this->item->params->get('show_email_icon') || $canEdit) : ?>
item->params->get('show_title')) : ?>
|
item->params->get('link_titles') && $this->item->readmore_link != '') : ?>
escape($this->item->title); ?>
escape($this->item->title); ?>
|
item->params->get('show_pdf_icon')) : ?>
item, $this->item->params, $this->access); ?>
|
item->params->get( 'show_print_icon' )) : ?>
item, $this->item->params, $this->access); ?>
|
item->params->get('show_email_icon')) : ?>
item, $this->item->params, $this->access); ?>
|
item, $this->item->params, $this->access); ?>
|
item->params->get('show_intro')) :
echo $this->item->event->afterDisplayTitle;
endif; ?>
item->event->beforeDisplayContent; ?>
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->section->title)) : ?>
item->params->get('link_section')) : ?>
item->sectionid)).'">'; ?>
escape($this->section->title); ?>
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)).'">'; ?>
escape($this->item->category); ?>
item->params->get('link_category')) : ?>
'; ?>
|
item->params->get('show_author')) && ($this->item->author != "")) : ?>
|
escape($this->item->created_by_alias) ? $this->escape($this->item->created_by_alias) : $this->escape($this->item->author)) ); ?>
|
item->params->get('show_create_date')) : ?>
|
item->created, JText::_('DATE_FORMAT_LC2')); ?>
|
item->params->get('show_url') && $this->item->urls) : ?>
|
escape($this->item->urls); ?>
|
|
item->toc)) : ?>
item->toc; ?>
item->text; ?>
|
item->modified) != 0 && $this->item->params->get('show_modify_date')) : ?>
|
item->modified, JText::_('DATE_FORMAT_LC2'))); ?>
|
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...');
endif; ?>
|