You are here

function theme_wysiwyg_map_selector in WYSIWYG Map 7

Theme function to return map selector div on token builder overlay.

1 theme call to theme_wysiwyg_map_selector()
wysiwyg_map_tokenbuilder_form in ./wysiwyg_map.module
Form builder for the google map field token builder.

File

./wysiwyg_map.module, line 217
wysiwyg_map.module

Code

function theme_wysiwyg_map_selector($variables) {
  return '<div id="wysiwyg_map_selector"></div>';
}