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') && ($this->contact->email_to || $this->contact->user_id))
echo $this->loadTemplate('form');
?>