You are here

function location_map_link_de_providers in Location 5

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

File

supported/location.de.inc, line 46

Code

function location_map_link_de_providers() {
  return array(
    'tinfo' => array(
      'name' => 'T-Info',
      'url' => 'http://www.t-info.de/map/index.jsp',
      'tos' => 'http://www.t-info.de/map/application?origin=note.jsp&event=bea.portal.framework.internal.refresh&pageid=TermsOfUse&portal.content_id=30600',
    ),
  );
}