if ($image && !$isProduct): ?>
if ($imageCaption): ?>
echo htmlspecialchars($imageCaption); ?>
else: ?>
© echo date('Y') ?> GRA.at
endif ?>
endif ?>
if ($isProduct): ?>
endif ?>
if ($this->item->params->get('show_page_heading', 1)
&& !empty($this->item->params->get('page_heading'))) : ?>
echo $this->escape($this->item->params->get('page_heading')); ?>
elseif ($this->item->params->get('show_title')) : ?>
echo $this->escape($this->item->title); ?>
endif; ?>
if ($params->get('show_intro') && !empty($this->item->introtext) && !empty($this->item->fulltext)) : ?>
echo JHTML::_('content.prepare', $this->item->introtext); ?>
endif; ?>
echo $this->item->event->beforeDisplayContent; ?>
if ($params->get('show_intro') && !empty($this->item->introtext) && !empty($this->item->fulltext)) : ?>
echo JHTML::_('content.prepare', $this->item->fulltext); ?>
else: ?>
echo JHTML::_('content.prepare', $this->item->text); ?>
endif; ?>
echo $this->item->event->afterDisplayContent; ?>
$date = NULL;
if ($params->get('show_create_date')) {
$date = $this->item->created;
} elseif ($params->get('show_modify_date')) {
$date = $this->item->modified;
} elseif ($params->get('show_publish_date')) {
$date = $this->item->publish_up;
}
?>
if ($date): ?>
endif ?>
if (count($breadcrumbs) > 0): ?>
$breadcrumb = reset($breadcrumbs);
echo JModuleHelper::renderModule($breadcrumb);
?>
endif ?>
if (!$isProduct): ?>
endif ?>
if ($isProduct): ?>