params->get('show_page_title',1) && $this->params->get('page_title') != $this->contact->name) : ?>
params->get('show_contact_list') && count($this->contacts) > 1) : ?>
contact->name && $this->contact->params->get('show_name')) : ?>
contact->name; ?>
contact->con_position && $this->contact->params->get('show_position')) : ?>
contact->con_position; ?>
contact->image && $this->contact->params->get('show_image')) : ?>
contact->image, JText::_( 'Contact' ), array('align' => 'middle')); ?>
loadTemplate('address'); ?>
contact->params->get('allow_vcard')) : ?>
contact->params->get('show_email_form')) :
echo $this->loadTemplate('form');
endif; ?>