item->params;
$images = json_decode($this->item->images);
$urls = json_decode($this->item->urls);
$canEdit = $params->get('access-edit');
$user = JFactory::getUser();
$info = $params->get('info_block_position', 0);
JHtml::_('behavior.caption');
?>
params->get('show_page_heading') && $params->get('show_title')) : ?>
item->pagination) && $this->item->pagination && !$this->item->paginationposition && $this->item->paginationrelative)
{
echo $this->item->pagination;
}
?>
get('show_title') || $params->get('show_author')) : ?>
print) : ?>
get('show_print_icon') || $params->get('show_email_icon')) : ?>
item, $params); ?>
get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_create_date')
|| $params->get('show_hits') || $params->get('show_category') || $params->get('show_parent_category') || $params->get('show_author')); ?>
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;
$menu = JFactory::getApplication()->getMenu();
$item = $menu->getItems('link', $needle, true);
$cntlink = !empty($item) ? $needle . '&Itemid=' . $item->id : $needle;
?>
get('show_parent_category') && !empty($this->item->parent_slug)) : ?>
-
escape($this->item->parent_title);
$url = ''.$title.'';?>
get('link_parent_category') && !empty($this->item->parent_slug)) : ?>
get('show_category')) : ?>
-
escape($this->item->category_title);
$url = '' . $title . '';?>
get('link_category') && $this->item->catslug) : ?>
get('show_publish_date')) : ?>
-
item->publish_up, JText::_('DATE_FORMAT_LC3'))); ?>
get('show_modify_date')) : ?>
-
item->modified, JText::_('DATE_FORMAT_LC3'))); ?>
get('show_create_date')) : ?>
-
item->created, JText::_('DATE_FORMAT_LC3'))); ?>
get('show_hits')) : ?>
-
item->hits); ?>
get('show_tags', 1) && !empty($this->item->tags)) : ?>
item->tagLayout = new JLayoutFile('joomla.content.tags'); ?>
item->tagLayout->render($this->item->tags->itemTags); ?>
get('show_intro')) : echo $this->item->event->afterDisplayTitle; endif; ?>
item->event->beforeDisplayContent; ?>
urls_position) && ($urls->urls_position == '0')) || ($params->get('urls_position') == '0' && empty($urls->urls_position)))
|| (empty($urls->urls_position) && (!$params->get('urls_position')))) : ?>
loadTemplate('links'); ?>
get('access-view')):?>
image_fulltext) && !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) && $this->item->pagination && !$this->item->paginationposition && !$this->item->paginationrelative):
echo $this->item->pagination;
endif;
?>
item->toc)) :
echo $this->item->toc;
endif; ?>
item->text; ?>
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;
$menu = JFactory::getApplication()->getMenu();
$item = $menu->getItems('link', $needle, true);
$cntlink = !empty($item) ? $needle . '&Itemid=' . $item->id : $needle;
?>
get('show_parent_category') && !empty($this->item->parent_slug)) : ?>
-
escape($this->item->parent_title);
$url = '' . $title . '';?>
get('link_parent_category') && $this->item->parent_slug) : ?>
get('show_category')) : ?>
-
escape($this->item->category_title);
$url = '' . $title . '';?>
get('link_category') && $this->item->catslug) : ?>
get('show_publish_date')) : ?>
-
item->publish_up, JText::_('DATE_FORMAT_LC3'))); ?>
get('show_create_date')) : ?>
-
item->created, JText::_('DATE_FORMAT_LC3'))); ?>
get('show_modify_date')) : ?>
-
item->modified, JText::_('DATE_FORMAT_LC3'))); ?>
get('show_hits')) : ?>
-
item->hits); ?>
item->pagination) && $this->item->pagination && $this->item->paginationposition && !$this->item->paginationrelative):
echo $this->item->pagination;
?>
urls_position) && ($urls->urls_position == '1')) || ($params->get('urls_position') == '1'))) : ?>
loadTemplate('links'); ?>
get('show_noauth') == true && $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) && $this->item->pagination && $this->item->paginationposition && $this->item->paginationrelative) :
echo $this->item->pagination;
?>
item->event->afterDisplayContent; ?>