function theme_polygon_text in Google Maps API V3 7
File
- gm3_field/
gm3_field.module, line 689
Code
function theme_polygon_text($variables) {
return theme('gm3_polygon_text', $variables);
}
function theme_polygon_text($variables) {
return theme('gm3_polygon_text', $variables);
}