getTemplate(true)->params; $images = json_decode($this->item->images); $urls = json_decode($this->item->urls); $user = JFactory::getUser(); JHtml::addIncludePath(JPATH_COMPONENT . '/helpers'); JHtml::_('behavior.caption'); // Create shortcut to parameters. $params = $this->item->params; $accessEdit = $params->get('access-edit'); $showPrintIcon = $params->get('show_print_icon'); $showEmailIcon = $params->get('show_email_icon'); ?>
params->get('show_page_heading')) : ?> 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); ?>

get('show_title')) :?>
item->event->afterDisplayTitle; ?>
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')); ?>
item->parent_slug !== '1:root' && $params->get('show_parent_category')) : ?>
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'))); ?>
item->author) && $params->get('show_author')) : ?>
item->created_by_alias ?: $this->item->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; ?> get('access-view')):?> item->text; ?> get('show_noauth') == true && $user->get('guest')) : ?> item); ?> item->introtext); ?> item->fulltext != null && $params->get('show_readmore')) : ?> getMenu(); ?> getActive(); ?> id; ?> setVar('return', base64_encode(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language))); ?>

item->attribs); ?> alternative_readmore == null) : ?> alternative_readmore) : ?> get('show_readmore_title', 0) != 0) : ?> item->title, $params->get('readmore_limit')); ?> get('show_readmore_title', 0) == 0) : ?> item->title, $params->get('readmore_limit')); ?>

item->tags->itemTags) && $params->get('show_tags', 1)) : ?> 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) : ?> 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) : ?> item->pagination; ?> item->event->afterDisplayContent; ?>