You are here

constant IP_GEOLOC_THROBBER_DEFAULT_TEXT in IP Geolocation Views & Maps 7

Same name and namespace in other branches
  1. 8 ip_geoloc.module \IP_GEOLOC_THROBBER_DEFAULT_TEXT
5 uses of IP_GEOLOC_THROBBER_DEFAULT_TEXT
ip_geoloc_admin_configure in ./ip_geoloc.admin.inc
Menu callback for admin settings.
ip_geoloc_block_set_my_location in ./ip_geoloc_blocks.inc
ip_geoloc_get_current_location in ./ip_geoloc_api.inc
Uses AJAX to return in $_POST info about the visitor's current location.
_ip_geoloc_process_find_me_ajax in ./ip_geoloc_blocks.inc
AJAX form submit handler for the "Set my location" block.
_ip_geoloc_set_my_location_add_find_me in ./ip_geoloc_blocks.inc

File

./ip_geoloc.module, line 39
IPGV&M is a mapping engine for Views that contain locations of entities and/or visitors. Google Maps, Leaflet and OpenLayers2 maps are all supported. and available through this module. Using a number of optional sources IPGV&M also retrieves…

Code

define('IP_GEOLOC_THROBBER_DEFAULT_TEXT', t('Locating you') . '...');