function theme_constant_contact_block_form in Constant Contact 6
Same name and namespace in other branches
- 5 constant_contact.module \theme_constant_contact_block_form()
Theme the mailing list block.
File
- ./
constant_contact.module, line 558
Code
function theme_constant_contact_block_form($form) {
return drupal_render($form);
}