You are here

function theme_staticmap_map in Static Map 7

Theme for staticmap_map().

1 theme call to theme_staticmap_map()
staticmap_field_formatter_view in ./staticmap.module
Implements hook_field_formatter_view().

File

./staticmap.module, line 76
SiteMap module.

Code

function theme_staticmap_map($vars) {
  return theme('image', $vars);
}