array('multiple' => TRUE)); case 'pre_theme_map': $path = drupal_get_path('module', 'gmap') . '/js/'; if (is_array($map['feed'])) { drupal_add_js($path . 'markerloader_georss.js'); } break; case 'macro_multiple': return array('feed'); case 'behaviors': return array( 'nomousezoom' => array( 'title' => t('Disable mousezoom'), 'default' => FALSE, 'help' => t('Disable using the scroll wheel to zoom the map.'), ), ); } } /** * @} End of "addtogroup hooks". */