function theme_constant_contact_block_form in Constant Contact 5
Same name and namespace in other branches
- 6 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);
}