getTemplate(true)->params; $images = json_decode($this->item->images); $urls = json_decode($this->item->urls); JHtml::addIncludePath(JPATH_COMPONENT . '/helpers'); JHtml::_('behavior.caption'); // Create shortcut to parameters. $params = $this->item->params; ?>
params->get('show_page_heading')) : ?> params->get('show_page_heading') and $params->get('show_title')) :?>

escape($this->params->get('page_heading')); ?>

item->pagination) && $this->item->pagination && !$this->item->paginationposition && $this->item->paginationrelative) { echo $this->item->pagination; } if ($params->get('show_title')) : ?>

escape($this->item->title); ?>

params->get('show_page_heading') and $params->get('show_title')) :?>
get('access-edit') || $params->get('show_print_icon') || $params->get('show_email_icon')) : ?> get('show_intro')) : echo $this->item->event->afterDisplayTitle; endif; ?> item->event->beforeDisplayContent; ?> get('show_author')) or ($params->get('show_category')) or ($params->get('show_parent_category')) or ($params->get('show_create_date')) or ($params->get('show_modify_date')) or ($params->get('show_publish_date')) or ($params->get('show_hits'))); ?>
get('show_parent_category') && $this->item->parent_slug != '1:root') : ?>
escape($this->item->parent_title); $url = '' . $title . '';?> get('link_parent_category') and $this->item->parent_slug) : ?>
get('show_category')) : ?>
escape($this->item->category_title); $url = '' . $title . '';?> get('link_category') and $this->item->catslug) : ?>
get('show_create_date')) : ?>
item->created, JText::_('DATE_FORMAT_LC2'))); ?>
get('show_modify_date')) : ?>
item->modified, JText::_('DATE_FORMAT_LC2'))); ?>
get('show_publish_date')) : ?>
item->publish_up, JText::_('DATE_FORMAT_LC2'))); ?>
get('show_author') && !empty($this->item->author )) : ?>
item->author; ?> item->created_by_alias ? $this->item->created_by_alias : $author);?> item->contact_link ) && $params->get('link_author') == true) : ?> item->contact_link, $author)); ?>
get('show_hits')) : ?>
item->hits); ?>
item->toc)) : ?> item->toc; ?> urls_position) AND ($urls->urls_position == '0')) OR ($params->get('urls_position') == '0' AND empty($urls->urls_position))) OR (empty($urls->urls_position) AND (!$params->get('urls_position')))) : ?> loadTemplate('links'); ?> image_fulltext) and !empty($images->image_fulltext)) : ?> float_fulltext)) ? $params->get('float_fulltext') : $images->float_fulltext; ?>
image_fulltext_caption): echo 'class="caption"'.' title="' .htmlspecialchars($images->image_fulltext_caption, ENT_COMPAT, 'UTF-8') .'"'; endif; ?> src="image_fulltext, ENT_COMPAT, 'UTF-8'); ?>" alt="image_fulltext_alt, ENT_COMPAT, 'UTF-8'); ?>"/>
item->pagination) AND $this->item->pagination AND !$this->item->paginationposition AND !$this->item->paginationrelative): echo $this->item->pagination; endif; ?> item->text; ?> get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?> item->tagLayout = new JLayoutFile('joomla.content.tags'); ?> item->tagLayout->render($this->item->tags->itemTags); ?> item->pagination) AND $this->item->pagination AND $this->item->paginationposition AND!$this->item->paginationrelative): echo $this->item->pagination;?> urls_position) AND ($urls->urls_position == '1')) OR ( $params->get('urls_position') == '1'))) : ?> loadTemplate('links'); ?> item->pagination) AND $this->item->pagination AND $this->item->paginationposition AND $this->item->paginationrelative): echo $this->item->pagination;?> item->event->afterDisplayContent; ?>