You are here

function theme_rectangle_text in Google Maps API V3 7

File

gm3_field/gm3_field.module, line 697

Code

function theme_rectangle_text($variables) {
  return theme('gm3_rectangle_text', $variables);
}