constant GETLOCATIONS_PATH in Get Locations 7
Same name and namespace in other branches
- 6.2 getlocations.module \GETLOCATIONS_PATH
- 6 getlocations.module \GETLOCATIONS_PATH
- 7.2 getlocations.module \GETLOCATIONS_PATH
@file getlocations.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Displays locations on a map. for Drupal 7 using version 3 googlemaps API
11 uses of GETLOCATIONS_PATH
- getlocations_defaults in ./
getlocations.module - Some defaults.
- getlocations_fields_streetview_js_settings_do in modules/
getlocations_fields/ views/ getlocations_fields.views.inc - getlocations_get_markerclusterer_styles in ./
getlocations.markercluster.inc - To override these copy this file to getlocations.markercluster_override.inc and make your changes there.
- getlocations_js_settings_do in ./
getlocations.module - Function sets up javascript settings
- getlocations_markercluster_form in ./
getlocations.module
File
- ./
getlocations.module, line 14 - getlocations.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
define('GETLOCATIONS_PATH', drupal_get_path('module', 'getlocations'));