function mimemail_theme in Mime Mail 6
Same name and namespace in other branches
- 8 mimemail.module \mimemail_theme()
- 7 mimemail.module \mimemail_theme()
Implements hook_theme().
File
- ./
mimemail.module, line 74 - Component module for sending MIME-encoded e-mails.
Code
function mimemail_theme() {
module_load_include('theme.inc', 'mimemail', 'theme/mimemail');
return mimemail_theme_theme();
}