function theme_gmap_marker_popup in GMap Module 6.2
Same name and namespace in other branches
- 5 gmap.module \theme_gmap_marker_popup()
- 6 gmap.module \theme_gmap_marker_popup()
- 7.2 gmap.module \theme_gmap_marker_popup()
- 7 gmap.module \theme_gmap_marker_popup()
Theme a marker popup. This will get called for markers embedded in macros.
1 theme call to theme_gmap_marker_popup()
File
- ./
gmap.module, line 357 - GMap -- Routines to use the Google Maps API in Drupal.
Code
function theme_gmap_marker_popup($label) {
return $label;
}