contact->params->get('address_check') > 0) && ($this->contact->address || $this->contact->suburb || $this->contact->state || $this->contact->country || $this->contact->postcode)) || (($this->contact->email_to && $this->contact->params->get('show_email')) || $this->contact->telephone || $this->contact->fax ); if ($show_address): echo '
'; endif; if (($this->contact->params->get('address_check') > 0) && ($this->contact->address || $this->contact->suburb || $this->contact->state || $this->contact->country || $this->contact->postcode)) : if ( $this->contact->params->get('address_check') > 0) : if (( $this->contact->params->get('contact_icons') ==0) || ($this->contact->params->get('contact_icons') ==1)): echo ''.$this->contact->params->get('marker_address').'
'; endif; endif; if ($this->contact->address && $this->contact->params->get('show_street_address')) : echo nl2br($this->escape($this->contact->address)).'
'; endif; if ($this->contact->suburb && $this->contact->params->get('show_suburb')) : echo $this->escape($this->contact->suburb).'
'; endif; if ($this->contact->state && $this->contact->params->get('show_state')) : echo $this->escape($this->contact->state).'
'; endif; if ($this->contact->country && $this->contact->params->get('show_country')) : echo $this->escape($this->contact->country).'
'; endif; if ($this->contact->postcode && $this->contact->params->get('show_postcode')) : echo $this->escape($this->contact->postcode).'
'; endif; endif; if (($this->contact->email_to && $this->contact->params->get('show_email')) || $this->contact->telephone || $this->contact->fax ) : if ($this->contact->email_to && $this->contact->params->get('show_email')) : if (( $this->contact->params->get('contact_icons') ==0) || ( $this->contact->params->get('contact_icons') ==1)): echo ''.$this->contact->params->get('marker_email').''; endif; echo $this->contact->email_to.'
'; endif; if ($this->contact->telephone && $this->contact->params->get('show_telephone')) : if (( $this->contact->params->get('contact_icons') ==0) || ( $this->contact->params->get('contact_icons') ==1)): echo ''.$this->contact->params->get('marker_telephone').''; endif; echo nl2br($this->escape($this->contact->telephone)).'
'; endif; if ($this->contact->fax && $this->contact->params->get('show_fax')) : if (( $this->contact->params->get('contact_icons') ==0) || ( $this->contact->params->get('contact_icons') ==1)): echo ''.$this->contact->params->get('marker_fax').''; endif; echo nl2br($this->escape($this->contact->fax)).'
'; endif; if ( $this->contact->mobile && $this->contact->params->get( 'show_mobile' ) ) : if (( $this->contact->params->get('contact_icons') ==0) || ( $this->contact->params->get('contact_icons') ==1)): echo ''.$this->contact->params->get( 'marker_mobile' ).''; endif; echo nl2br($this->escape($this->contact->mobile)).'
'; endif; if ($this->contact->webpage && $this->contact->params->get('show_webpage')) : echo ' '.$this->escape($this->contact->webpage).'
'; echo '
'; endif; endif; if ($show_address): echo ''; endif; ?>
contact->misc && $this->contact->params->get('show_misc')) : ?>

contact->params->get('contact_icons') ==0) || ( $this->contact->params->get('contact_icons') ==1)): ?> contact->params->get('marker_misc'); ?> contact->misc); ?>