item->params; $images = json_decode($this->item->images); $urls = json_decode($this->item->urls); $canEdit = $this->item->params->get('access-edit'); $user = JFactory::getUser(); ?>
params->get('show_page_heading', 1)) : ?>

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

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

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

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->created_by_alias ? $this->item->created_by_alias : $this->item->author; ?> item->contactid) && $params->get('link_author') == true): ?> item->contactid; $item = JSite::getMenu()->getItems('link', $needle, true); $cntlink = !empty($item) ? $needle . '&Itemid=' . $item->id : $needle; ?>
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'); ?> get('access-view')):?> 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) .'"'; endif; ?> src="image_fulltext); ?>" alt="image_fulltext_alt); ?>"/>
item->pagination) AND $this->item->pagination AND !$this->item->paginationposition AND !$this->item->paginationrelative): echo $this->item->pagination; endif; ?> item->text; ?> 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'); ?> get('show_noauth') == true and $user->get('guest') ) : ?> item->introtext; ?> get('show_readmore') && $this->item->fulltext != null) : $link1 = JRoute::_('index.php?option=com_users&view=login'); $link = new JURI($link1);?>

item->attribs); ?> alternative_readmore == null) : echo JText::_('COM_CONTENT_REGISTER_TO_READ_MORE'); elseif ($readmore = $this->item->alternative_readmore) : echo $readmore; if ($params->get('show_readmore_title', 0) != 0) : echo JHtml::_('string.truncate', ($this->item->title), $params->get('readmore_limit')); endif; elseif ($params->get('show_readmore_title', 0) == 0) : echo JText::sprintf('COM_CONTENT_READ_MORE_TITLE'); else : echo JText::_('COM_CONTENT_READ_MORE'); echo JHtml::_('string.truncate', ($this->item->title), $params->get('readmore_limit')); endif; ?>

item->pagination) AND $this->item->pagination AND $this->item->paginationposition AND $this->item->paginationrelative): echo $this->item->pagination;?> item->event->afterDisplayContent; ?>