get('show_page_heading')) : ?>
escape($tparams->get('page_heading')); ?>
contact->name && $tparams->get('show_name')) : ?>
get('show_contact_category'); ?>
contact->category_title; ?>
contact->catid); ?>
item->event->afterDisplayTitle; ?>
get('show_contact_list') && count($this->contacts) > 1) : ?>
get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?>
item->tagLayout = new JLayoutFile('joomla.content.tags'); ?>
item->tagLayout->render($this->item->tags->itemTags); ?>
item->event->beforeDisplayContent; ?>
get('presentation_style'); ?>
params->get('show_info', 1)) : ?>
'basic-details')); ?>
'basic-details')); ?>
' . JText::_('COM_CONTACT_DETAILS') . ''; ?>
contact->image && $tparams->get('show_image')) : ?>
contact->image, htmlspecialchars($this->contact->name, ENT_QUOTES, 'UTF-8'), array('itemprop' => 'image')); ?>
contact->con_position && $tparams->get('show_position')) : ?>
- :
-
contact->con_position; ?>
loadTemplate('address'); ?>
get('allow_vcard')) : ?>
get('show_email_form') && ($this->contact->email_to || $this->contact->user_id)) : ?>
'display-form'));
$accordionStarted = true;
}
?>
'display-form'));
$tabSetStarted = true;
}
?>
' . JText::_('COM_CONTACT_EMAIL_FORM') . ''; ?>
loadTemplate('form'); ?>
get('show_links')) : ?>
'display-links')); ?>
'display-links')); ?>
loadTemplate('links'); ?>
get('show_articles') && $this->contact->user_id && $this->contact->articles) : ?>
'display-articles'));
$accordionStarted = true;
}
?>
'display-articles'));
$tabSetStarted = true;
}
?>
' . JText::_('JGLOBAL_ARTICLES') . ''; ?>
loadTemplate('articles'); ?>
get('show_profile') && $this->contact->user_id && JPluginHelper::isEnabled('user', 'profile')) : ?>
'display-profile'));
$accordionStarted = true;
}
?>
'display-profile'));
$tabSetStarted = true;
}
?>
' . JText::_('COM_CONTACT_PROFILE') . ''; ?>
loadTemplate('profile'); ?>
get('show_user_custom_fields') && $this->contactUser) : ?>
loadTemplate('user_custom_fields'); ?>
contact->misc && $tparams->get('show_misc')) : ?>
'display-misc'));
$accordionStarted = true;
}
?>
'display-misc'));
$tabSetStarted = true;
}
?>
' . JText::_('COM_CONTACT_OTHER_INFORMATION') . ''; ?>
item->event->afterDisplayContent; ?>