function messaging_phpmailer_theme in Messaging 6.2
Same name and namespace in other branches
- 6.4 messaging_phpmailer/messaging_phpmailer.module \messaging_phpmailer_theme()
- 6 messaging_phpmailer/messaging_phpmailer.module \messaging_phpmailer_theme()
- 6.3 messaging_phpmailer/messaging_phpmailer.module \messaging_phpmailer_theme()
Implementation of hook_theme()
File
- messaging_phpmailer/
messaging_phpmailer.module, line 113 - HTML Mail using PHPMailer. Messaging method plug-in.
Code
function messaging_phpmailer_theme() {
return array(
'messaging_phpmailer' => array(
'arguments' => array(
'mail' => NULL,
),
),
);
}