function emaillog_theme in Logging and alerts 7
Same name and namespace in other branches
- 8 emaillog/emaillog.module \emaillog_theme()
- 6.2 emaillog/emaillog.module \emaillog_theme()
- 6 emaillog/emaillog.module \emaillog_theme()
- 7.2 emaillog/emaillog.module \emaillog_theme()
- 2.0.x emaillog/emaillog.module \emaillog_theme()
Implements hook_theme().
File
- emaillog/
emaillog.module, line 71 - Drupal Module: Email Logging and Alerts
Code
function emaillog_theme() {
return array(
'emaillog_format' => array(
'arguments' => array(
'log_msg' => NULL,
),
),
);
}