You are here

function mimemail_theme in Mime Mail 7

Same name and namespace in other branches
  1. 8 mimemail.module \mimemail_theme()
  2. 6 mimemail.module \mimemail_theme()

Implements hook_theme().

1 string reference to 'mimemail_theme'
mimemail_update_7001 in ./mimemail.install
Deletes useless variables.

File

./mimemail.module, line 159
Component module for sending Mime-encoded emails.

Code

function mimemail_theme() {
  module_load_include('inc', 'mimemail', 'theme/mimemail.theme');
  return mimemail_theme_theme();
}