function getlocations_getlocations_markerdir in Get Locations 7
Same name and namespace in other branches
- 6.2 getlocations.module \getlocations_getlocations_markerdir()
- 6 getlocations.module \getlocations_getlocations_markerdir()
- 7.2 getlocations.module \getlocations_getlocations_markerdir()
hook_getlocations_markerdir() from jhm http://drupal.org/user/15946
This hook allows modules or themes to add their own markers
File
- ./
getlocations.module, line 2296 - getlocations.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_getlocations_markerdir() {
$markerdir = libraries_get_path('getlocations') . '/markers';
return $markerdir;
}