getTemplate(true)->params; $images = json_decode($this->item->images); $urls = json_decode($this->item->urls); JHtml::addIncludePath(JPATH_COMPONENT . '/helpers'); // Create shortcut to parameters. $params = $this->item->params; if ($templateparams->get('html5') != 1) : require JPATH_BASE.'/components/com_content/views/article/tmpl/default.php'; //evtl. ersetzen durch JPATH_COMPONENT.'/views/...' else : JHtml::addIncludePath(JPATH_COMPONENT . '/helpers'); ?>
params->get('show_page_heading')) : ?> params->get('show_page_heading') and $params->get('show_title')) :?>

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

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

escape($this->item->title); ?>

params->get('show_page_heading') and $params->get('show_title')) :?>
get('access-edit') || $params->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->author; ?> item->created_by_alias ? $this->item->created_by_alias : $author);?> item->contactid ) && $params->get('link_author') == true):?> item->contactid), $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) .'"'; 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'); ?> item->pagination) AND $this->item->pagination AND $this->item->paginationposition AND $this->item->paginationrelative): echo $this->item->pagination;?> item->event->afterDisplayContent; ?>