params->get('show_title')) {
ob_start();
?>
\r\n");
echo "'24', 'height' => '32')); ?> params->get('link_titles') && $this->article->readmore_link != '') artxFragmentContent('' . $this->escape($this->article->title) . ''); else artxFragmentContent($this->escape($this->article->title)); ob_start(); ?>
\r\n"); artxFragmentBegin("\r\n");
if ($this->params->get('show_url') && $this->article->urls)
artxFragment('', '' . $this->item->urls . '', '', ' | ');
if ($this->params->get('show_create_date')) {
artxFragment('', JHTML::_('image.site', 'postdateicon.png', null, null, null, JText::_("postdateicon"), array('width' => '17', 'height' => '18')) . JHTML::_('date', $this->article->created, JText::_('DATE_FORMAT_LC2')), '', ' | ');
}
if (($this->params->get('show_author')) && ($this->article->author != "")) {
artxFragment('', JHTML::_('image.site', 'postauthoricon.png', null, null, null, JText::_("postauthoricon"), array('width' => '14', 'height' => '14')) . JText::sprintf('Written by', ($this->article->created_by_alias ? $this->article->created_by_alias : $this->article->author)), '', ' | ');
}
if (!$this->print && $this->params->get('show_pdf_icon'))
artxFragment('', JHTML::_('icon.pdf', $this->article, $this->params, $this->access), '', ' | ');
if (!$this->print && $this->params->get('show_print_icon' ))
artxFragment('', JHTML::_('icon.print_popup', $this->article, $this->params, $this->access), '', ' | ');
if (!$this->print && $this->params->get('show_email_icon'))
artxFragment('', JHTML::_('icon.email', $this->article, $this->params, $this->access), '', ' | ');
if (!$this->print && $canEdit)
artxFragment('', JHTML::_('icon.edit', $this->article, $this->params, $this->access), '', ' | ');
if ($this->print)
artxFragment('', JHTML::_('icon.print_screen', $this->article, $this->params, $this->access, array('class' => 'art-metadata-icon')), '', ' | ');
artxFragmentEnd("\r\n
\r\n");
artxFragmentEnd("\r\n\r\n \r\n";
if (!$this->params->get('show_intro'))
echo $this->article->event->afterDisplayTitle;
echo $this->article->event->beforeDisplayContent;
if (($this->params->get('show_section') && $this->article->sectionid) || ($this->params->get('show_category') && $this->article->catid)) {
?>
article->toc))
echo $this->article->toc;
echo "
\r\n\r\n";
?>
| params->get('show_section') && $this->article->sectionid && isset($this->article->section)) { echo ""; if ($this->params->get('link_section')) echo ''; echo $this->article->section; if ($this->params->get('link_section')) echo ''; if ($this->params->get('show_category')) echo ' - '; echo ""; } if ($this->params->get('show_category') && $this->article->catid) { echo ""; if ($this->params->get('link_category')) echo ''; echo $this->article->category; if ($this->params->get('link_category')) echo ''; echo ""; } ?> |
";
echo $this->article->text;
echo "
";
if (intval($this->article->modified) !=0 && $this->params->get('show_modify_date')) {
echo ""; echo JText::_('Last Updated' ) . ' (' . JHTML::_('date', $this->article->modified, JText::_('DATE_FORMAT_LC2')) . ')'; echo "
"; } echo " "; echo $this->article->event->afterDisplayContent; echo "\r\n \r\n