function getlocations_getlocations_markerdir in Get Locations 6
Same name and namespace in other branches
- 6.2 getlocations.module \getlocations_getlocations_markerdir()
- 7.2 getlocations.module \getlocations_getlocations_markerdir()
- 7 getlocations.module \getlocations_getlocations_markerdir()
hook_getlocations_markerdir from jhm http://drupal.org/user/15946
File
- ./
getlocations.module, line 974 - Displays locations on a map. for Drupal 6 using version 3 googlemaps API
Code
function getlocations_getlocations_markerdir() {
$markerdir = libraries_get_path('getlocations') . '/markers';
return $markerdir;
}