user->authorize('com_content', 'edit', 'content', 'all') || $this->user->authorize('com_content', 'edit', 'content', 'own')); echo artxPost(artxPageTitle($this, $this->params->get('show_page_title', 1) && $this->params->get('page_title') != $this->article->title), null); ?>
| 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 JText::_('Last Updated' ) . ' (' . JHTML::_('date', $this->article->modified, JText::_('DATE_FORMAT_LC2')) . ')'; echo "
"; } echo " "; echo $this->article->event->afterDisplayContent; echo "\r\n