item->params->get('access-edit'); $params = &$this->item->params; $images = json_decode($this->item->images); $app = JFactory::getApplication(); $templateparams =$app->getTemplate(true)->params; if ($templateparams->get('html5')!=1) { require JPATH_BASE.'/components/com_content/views/featured/tmpl/default_item.php'; //evtl. ersetzen durch JPATH_COMPONENT.'/views/...' } else { JHtml::addIncludePath(JPATH_COMPONENT . '/helpers'); ?> item->state == 0 || strtotime($this->item->publish_up) > strtotime(JFactory::getDate())) : ?> get('show_title')) : ?>

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

get('show_print_icon') || $params->get('show_email_icon') || $canEdit) : ?> get('show_intro')) : ?> item->event->afterDisplayTitle; ?> 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'))) : ?>
get('show_parent_category') && $this->item->parent_id != 1) : ?>
escape($this->item->parent_title); $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) ? $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'))); ?>
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); ?>
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) .'"'; endif; ?> src="image_intro); ?>" alt="image_intro_alt); ?>"/>
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; $link1 = JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId); $returnURL = JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language)); $link = new JURI($link1); $link->setVar('return', base64_encode(urlencode($returnURL))); 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())) : ?>
item->event->afterDisplayContent; ?>