params->get('show_page_title',1) && $this->params->get('page_title') != $this->contact->name) : ?>

escape($this->params->get('page_title')); ?>

params->get('show_contact_list') && count($this->contacts) > 1) : ?>

contacts, 'contact_id', 'class="inputbox" onchange="this.form.submit()"', 'id', 'name', $this->contact->id); ?>
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; ?>