item->params; $images = json_decode($this->item->images); $canEdit = $this->item->params->get('access-edit'); if (isset($images->image_intro) and !empty($images->image_intro)) { $imgfloat = (empty($images->float_intro)) ? $params->get('float_intro') : $images->float_intro; $class = (htmlspecialchars($imgfloat) != 'none') ? ' class="size-auto align-'.htmlspecialchars($imgfloat).'"' : ' class="size-auto"'; $title = ($images->image_intro_caption) ? ' title="'.htmlspecialchars($images->image_intro_caption).'"' : ''; $image = ''; } ?>
get("featured_spotlight", 1)) : ?>
get('show_title')) : ?>
get('show_email_icon')) : ?> get('show_print_icon')) : ?>
item, $params); ?>

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

get('show_create_date') || ($params->get('show_author') && !empty($this->item->author)) || $params->get('show_category')) : ?>

get('show_author') && !empty($this->item->author )) { $author = $this->item->author; $author = ($this->item->created_by_alias ? $this->item->created_by_alias : $author); if (!empty($this->item->contactid ) && $params->get('link_author') == true) { echo JText::sprintf('COM_CONTENT_WRITTEN_BY', JHtml::_('link', JRoute::_('index.php?option=com_contact&view=contact&id='.$this->item->contactid),$author)); } else { echo JText::sprintf('COM_CONTENT_WRITTEN_BY', $author); } } if ($params->get('show_create_date')) { echo ' '.JText::_('TPL_WARP_ON').' '; } if (($params->get('show_author') && !empty($this->item->author )) || $params->get('show_create_date')) { echo '. '; } if ($params->get('show_category')) { echo JText::_('TPL_WARP_POSTED_IN').' '; $title = $this->escape($this->item->category_title); $url = ''.$title.''; if ($params->get('link_category')) { echo $url; } else { echo $title; } } ?>

get('show_intro')) { echo $this->item->event->afterDisplayTitle; } echo $this->item->event->beforeDisplayContent; ?>
item->introtext; ?>
get('show_readmore') && $this->item->readmore) : ?>

item, $params); ?>

item->event->afterDisplayContent; ?>