You are here

function theme_point_text in Google Maps API V3 7

File

gm3_field/gm3_field.module, line 685

Code

function theme_point_text($variables) {
  return theme('gm3_point_text', $variables);
}