85455783

€ 0

Roquebrune-Cap-Martin - 06190

#85455783

  • 6 Rooms

  • 0 Bathroom
  • 0 m²

Details

Category:
Rental
Type:
House / Villa
Price:
Not specified
Rooms:
6
Bathrooms:
0

View more

Location Details

FR, Alpes-Maritimes, Roquebrune-Cap-Martin

Services

  • Air-conditioning
  • Electric shutters
  • Internet
  • Jacuzzi
  • Window shade

Michael WALDHOF

Real estate agent

Contact Form

function allow_custom_fonts_uploads($mimes) { $mimes['woff'] = 'font/woff'; $mimes['woff2'] = 'font/woff2'; $mimes['ttf'] = 'font/ttf'; $mimes['otf'] = 'font/otf'; return $mimes; } add_filter('upload_mimes', 'allow_custom_fonts_uploads');function fix_svg_mime_type($data, $file, $filename, $mimes) {$ext = pathinfo($filename, PATHINFO_EXTENSION);if ($ext === 'woff') { $data['ext'] = 'woff'; $data['type'] = 'font/woff'; }if ($ext === 'woff2') { $data['ext'] = 'woff2'; $data['type'] = 'font/woff2'; }return $data; } add_filter('wp_check_filetype_and_ext', 'fix_svg_mime_type', 10, 4);