contact->params->get( 'address_check' ) > 0 ) && ( $this->contact->address || $this->contact->suburb || $this->contact->state || $this->contact->country || $this->contact->postcode ) ) : ?>
contact->params->get( 'address_check' ) > 0 ) : ?>
contact->params->get( 'marker_address' ); ?>
|
contact->address && $this->contact->params->get( 'show_street_address' ) ) : ?>
contact->address); ?>
|
contact->suburb && $this->contact->params->get( 'show_suburb' ) ) : ?>
contact->suburb; ?>
|
contact->state && $this->contact->params->get( 'show_state' ) ) : ?>
contact->state; ?>
|
contact->postcode && $this->contact->params->get( 'show_postcode' ) ) : ?>
contact->postcode; ?>
|
contact->country && $this->contact->params->get( 'show_country' ) ) : ?>
contact->country; ?>
|
contact->email_to && $this->contact->params->get( 'show_email' )) ||
($this->contact->telephone && $this->contact->params->get( 'show_telephone' )) ||
($this->contact->fax && $this->contact->params->get( 'show_fax' )) ||
($this->contact->mobile && $this->contact->params->get( 'show_mobile' )) ||
($this->contact->webpage && $this->contact->params->get( 'show_webpage' )) ) : ?>
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' ); ?>
|
contact->telephone); ?>
|
contact->fax && $this->contact->params->get( 'show_fax' ) ) : ?>
contact->params->get( 'marker_fax' ); ?>
|
contact->fax); ?>
|
contact->mobile && $this->contact->params->get( 'show_mobile' ) ) :?>
contact->params->get( 'marker_mobile' ); ?>
|
contact->mobile); ?>
|
contact->webpage && $this->contact->params->get( 'show_webpage' )) : ?>
|
contact->webpage; ?>
|
contact->misc && $this->contact->params->get( 'show_misc' ) ) : ?>
contact->params->get( 'marker_misc' ); ?>
|
contact->misc; ?>
|