contact->params->get( 'address_check' ) > 0 ) && ( $this->contact->address || $this->contact->suburb || $this->contact->state || $this->contact->country || $this->contact->postcode ) ) : ?>
contact->email_to && $this->contact->params->get( 'show_email' ) ) : ?>
|
contact->params->get( 'marker_email' ); ?>
|
contact->email_to; ?>
|
contact->telephone && $this->contact->params->get( 'show_telephone' ) ) : ?>
|
contact->params->get( 'marker_telephone' ); ?>
|
escape($this->contact->telephone)); ?>
|
contact->fax && $this->contact->params->get( 'show_fax' ) ) : ?>
|
contact->params->get( 'marker_fax' ); ?>
|
escape($this->contact->fax)); ?>
|
contact->mobile && $this->contact->params->get( 'show_mobile' ) ) :?>
|
contact->params->get( 'marker_mobile' ); ?>
|
escape($this->contact->mobile)); ?>
|
contact->webpage && $this->contact->params->get( 'show_webpage' )) : ?>
|
|
escape($this->contact->webpage); ?>
|