constant GETLOCATIONS_PATH in Get Locations 6
Same name and namespace in other branches
- 6.2 getlocations.module \GETLOCATIONS_PATH
- 7.2 getlocations.module \GETLOCATIONS_PATH
- 7 getlocations.module \GETLOCATIONS_PATH
@file Displays locations on a map. for Drupal 6 using version 3 googlemaps API
9 uses of GETLOCATIONS_PATH
- 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_init in ./
getlocations.module - Implementation of hook_init().
- getlocations_js_settings_do in ./
getlocations.module - getlocations_paths_get in ./
getlocations.module - getlocations_plugin_style_map::options_form in ./
getlocations_plugin_style_map.inc
File
- ./
getlocations.module, line 10 - Displays locations on a map. for Drupal 6 using version 3 googlemaps API
Code
define('GETLOCATIONS_PATH', drupal_get_path('module', 'getlocations'));