getTrans( 'T_KONTAKT' );?>
_firm_name ) && $this -> _firm_name ) echo '
' . $this -> _firm_name . '
'; if ( isset( $this -> _street ) || isset( $this -> _postal_code ) || isset( $this -> _city ) ) echo '
' . $this -> _street . '
' . $this -> _postal_code . ' ' . $this -> _city . '
'; if ( $this -> _phone || $this -> _email ) { echo '
'; echo $lang -> getTrans( 'T_TEL' ) . ' ' . $this -> _phone . '
' . $this -> _email . ''; echo '
'; } ?>