params->get('show_page_heading')) : ?>
escape($this->params->get('page_heading')); ?>
contact->name && $this->params->get('show_name')) : ?>
params->get('show_contact_category') === 'show_no_link') : ?>
contact->category_title; ?>
params->get('show_contact_category') === 'show_with_link') : ?>
contact->catid);?>
item->event->afterDisplayTitle; ?>
params->get('show_contact_list') && count($this->contacts) > 1) : ?>
item->tags->itemTags) && $this->params->get('show_tags', 1)) : ?>
item->tagLayout = new JLayoutFile('joomla.content.tags'); ?>
item->tagLayout->render($this->item->tags->itemTags); ?>
item->event->beforeDisplayContent; ?>
params->get('presentation_style') === 'sliders') : ?>
'1')); ?>
params->get('presentation_style') === 'tabs') : ?>
'1')); ?>
params->get('presentation_style') === 'plain'):?>
' . JText::_('COM_CONTACT_DETAILS') . ''; ?>
contact->image && $this->params->get('show_image')) : ?>
contact->image, htmlspecialchars($this->contact->name, ENT_QUOTES, 'UTF-8'), array('style' => 'vertical-align: middle;')); ?>
contact->con_position && $this->params->get('show_position')) : ?>
- :
-
contact->con_position; ?>
loadTemplate('address'); ?>
params->get('allow_vcard')) : ?>
contact->email_to || $this->contact->user_id) && $this->params->get('show_email_form')) : ?>
params->get('presentation_style') === 'sliders') : ?>
params->get('presentation_style') === 'tabs') : ?>
params->get('presentation_style') === 'plain'):?>
'. JText::_('COM_CONTACT_EMAIL_FORM').''; ?>
loadTemplate('form'); ?>
params->get('show_links')) : ?>
loadTemplate('links'); ?>
contact->user_id && $this->contact->articles && $this->params->get('show_articles')) : ?>
params->get('presentation_style') === 'sliders') :
echo JHtml::_('sliders.panel', JText::_('JGLOBAL_ARTICLES'), 'display-articles'); ?>
params->get('presentation_style') === 'tabs') : ?>
params->get('presentation_style') === 'plain'):?>
'. JText::_('JGLOBAL_ARTICLES').''; ?>
loadTemplate('articles'); ?>
contact->user_id && $this->params->get('show_profile') && JPluginHelper::isEnabled('user', 'profile')) : ?>
params->get('presentation_style') === 'sliders') :
echo JHtml::_('sliders.panel', JText::_('COM_CONTACT_PROFILE'), 'display-profile'); ?>
params->get('presentation_style') === 'tabs') : ?>
params->get('presentation_style') === 'plain'):?>
'. JText::_('COM_CONTACT_PROFILE').''; ?>
loadTemplate('profile'); ?>
contactUser && $this->params->get('show_user_custom_fields')) : ?>
loadTemplate('user_custom_fields'); ?>
contact->misc && $this->params->get('show_misc')) : ?>
params->get('presentation_style') === 'sliders') :
echo JHtml::_('sliders.panel', JText::_('COM_CONTACT_OTHER_INFORMATION'), 'display-misc'); ?>
params->get('presentation_style') === 'tabs') : ?>
params->get('presentation_style') === 'plain'):?>
'. JText::_('COM_CONTACT_OTHER_INFORMATION').''; ?>
params->get('presentation_style') === 'sliders') : ?>
params->get('presentation_style') === 'tabs') : ?>
item->event->afterDisplayContent; ?>