You are here

function messaging_phpmailer_theme in Messaging 6

Same name and namespace in other branches
  1. 6.4 messaging_phpmailer/messaging_phpmailer.module \messaging_phpmailer_theme()
  2. 6.2 messaging_phpmailer/messaging_phpmailer.module \messaging_phpmailer_theme()
  3. 6.3 messaging_phpmailer/messaging_phpmailer.module \messaging_phpmailer_theme()

Implementation of hook_theme()

File

messaging_phpmailer/messaging_phpmailer.module, line 71
HTML Mail using PHPMailer. Messaging method plug-in.

Code

function messaging_phpmailer_theme() {
  return array(
    'messaging_phpmailer' => array(
      'arguments' => array(
        'mail' => NULL,
      ),
    ),
  );
}