You are here

function location_map_link_fr_providers in Location 6.3

Same name and namespace in other branches
  1. 7.3 supported/location.fr.inc \location_map_link_fr_providers()

File

supported/location.fr.inc, line 109

Code

function location_map_link_fr_providers() {
  return array(
    'google' => array(
      'name' => 'Google Maps',
      'url' => 'http://maps.google.fr/',
      'tos' => 'http://maps.google.fr//help/terms_maps.html',
    ),
  );
}