Loading gmap_markerinfo.inc +4 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,10 @@ */ function gmap_gmap_markerfiles_info() { $markerdirs = variable_get('gmap_markerfiles', array(drupal_get_path('module', 'gmap') . '/markers')); $markercustomdir = variable_get('gmap_marker_custom_dir', NULL); if ($markercustomdir) { $markerdirs[] = $markercustomdir; } if (module_exists('libraries')) { $markercustomdir = libraries_get_path('gmap_markers'); Loading Loading
gmap_markerinfo.inc +4 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,10 @@ */ function gmap_gmap_markerfiles_info() { $markerdirs = variable_get('gmap_markerfiles', array(drupal_get_path('module', 'gmap') . '/markers')); $markercustomdir = variable_get('gmap_marker_custom_dir', NULL); if ($markercustomdir) { $markerdirs[] = $markercustomdir; } if (module_exists('libraries')) { $markercustomdir = libraries_get_path('gmap_markers'); Loading