item->params; $images = json_decode($this->item->images); $app = JFactory::getApplication(); $canEdit = $this->item->params->get('access-edit'); JHtml::addIncludePath(JPATH_COMPONENT . '/helpers'); ?> item->state == 0 || strtotime($this->item->publish_up) > strtotime(JFactory::getDate()) || (strtotime($this->item->publish_down) < strtotime(JFactory::getDate()) && $this->item->publish_down !== JFactory::getDbo()->getNullDate())) : ?>
get('show_title')) : ?>

get('link_titles') && $params->get('access-view')) : ?> escape($this->item->title); ?> escape($this->item->title); ?>

item->event->afterDisplayTitle; ?>
get('show_print_icon') || $params->get('show_email_icon')) : ?> item->event->beforeDisplayContent; ?> get('show_author') || $params->get('show_category') || $params->get('show_create_date') || $params->get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_parent_category') || $params->get('show_hits')) : ?>
get('show_parent_category') && $this->item->parent_id != 1) : ?>
escape($this->item->parent_title); $url = '' . $title . ''; ?> get('link_parent_category')) : ?>
get('show_category')) : ?>
escape($this->item->category_title); $url = '' . $title . ''; ?> get('link_category')) : ?>
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->author; ?> item->contact_link) && $params->get('link_author') == true) : ?> item->contact_link, $author)); ?>
get('show_hits')) : ?>
item->hits); ?>
get('show_author') || $params->get('show_category') || $params->get('show_create_date') || $params->get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_parent_category') || $params->get('show_hits')) :?>
image_intro) && !empty($images->image_intro)) : ?> float_intro) ? $params->get('float_intro') : $images->float_intro; ?>
image_intro_caption): echo 'class="caption"'.' title="' . htmlspecialchars($images->image_intro_caption, ENT_COMPAT, 'UTF-8') . '"'; endif; ?> src="image_intro, ENT_COMPAT, 'UTF-8'); ?>" alt="image_intro_alt, ENT_COMPAT, 'UTF-8'); ?>"/>
item->introtext; ?> get('show_readmore') && $this->item->readmore) : if ($params->get('access-view')) : $link = JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language)); else : $menu = JFactory::getApplication()->getMenu(); $active = $menu->getActive(); $itemId = $active->id; $link = new JUri(JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId, false)); $link->setVar('return', base64_encode(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language))); endif; ?>

get('access-view')) : 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->state == 0 || strtotime($this->item->publish_up) > strtotime(JFactory::getDate()) || (strtotime($this->item->publish_down) < strtotime(JFactory::getDate()) && $this->item->publish_down !== JFactory::getDbo()->getNullDate())) : ?>
item->event->afterDisplayContent; ?>