item->params->get('access-edit');
$params = &$this->item->params;
$showPrintIcon = $params->get('show_print_icon');
$showEmailIcon = $params->get('show_email_icon');
$images = json_decode($this->item->images);
$app = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;
?>
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; ?>
-
item, $params, array(), true); ?>
-
item, $params, array(), true); ?>
-
item, $params, array(), true); ?>
item->event->beforeDisplayContent; ?>
get('show_author') or $params->get('show_category') or $params->get('show_create_date') or $params->get('show_modify_date') or $params->get('show_publish_date') or $params->get('show_parent_category') or $params->get('show_hits')) : ?>
item->parent_id != 1 && $params->get('show_parent_category')) : ?>
-
escape($this->item->parent_title);
$title = $title ?: JText::_('JGLOBAL_UNCATEGORISED');
$url = '' . $title . ''; ?>
get('link_parent_category') and $this->item->parent_slug) : ?>
get('show_category')) : ?>
-
escape($this->item->category_title);
$title = $title ?: JText::_('JGLOBAL_UNCATEGORISED');
$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); ?>
get('show_author') or $params->get('show_category') or $params->get('show_create_date') or $params->get('show_modify_date') or $params->get('show_publish_date') or $params->get('show_parent_category') or $params->get('show_hits')) : ?>
image_intro) and !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; ?>
item->readmore && $params->get('show_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())) : ?>