array( 'arguments' => array('body' => NULL, 'mailkey' => NULL), 'template' => 'mimemail', 'pattern' => 'mimemail__', 'file' => 'mimemail.theme.inc', 'path' => $path, ) ); } /** * A preprocess function for theme('mimemail_message'). * * The $variables array initially contains the following arguments: * - $body: The message body * - $mailkey: The mailkey associated with the message * * See includes/mimemail.tpl.php for additional variables */ function template_preprocess_mimemail_message(&$variables) { $theme = variable_get('theme_default', NULL); // Check for the existence of a mail.css file in the current theme folder if (!file_exists($styles)) { $styles = drupal_get_path('theme', $theme) .'/mail.css'; } // If no mail.css was found, gather all style sheets if (!file_exists($styles)) { // embed a version of all style definitions $styles = preg_replace('|