You are here

function theme_gmap_marker_popup in GMap Module 7

Same name and namespace in other branches
  1. 5 gmap.module \theme_gmap_marker_popup()
  2. 6.2 gmap.module \theme_gmap_marker_popup()
  3. 6 gmap.module \theme_gmap_marker_popup()
  4. 7.2 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()
_gmap_parse_macro in ./gmap_parse_macro.inc

File

./gmap.module, line 397
GMap -- Routines to use the Google Maps API in Drupal.

Code

function theme_gmap_marker_popup($vars) {
  return $vars['label'];
}