You are here

function location_map_link_de_providers in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.de.inc \location_map_link_de_providers()
  2. 5 supported/location.de.inc \location_map_link_de_providers()
  3. 6.3 supported/location.de.inc \location_map_link_de_providers()
  4. 7.5 supported/location.de.inc \location_map_link_de_providers()
  5. 7.4 supported/location.de.inc \location_map_link_de_providers()

Providers.

File

supported/location.de.inc, line 85
Deutschland.

Code

function location_map_link_de_providers() {
  return array(
    'suchen' => array(
      'name' => 'suchen.de (T-Info)',
      'url' => 'http://www.suchen.de/',
      'tos' => 'http://www.suchen.de/agb',
    ),
    'google' => array(
      'name' => t('Google Maps'),
      'url' => 'http://maps.google.com',
      'tos' => 'http://www.google.com/help/terms_local.html',
    ),
  );
}