| 1 |
<?php // $Id$ |
<?php // $Id: mimemail.theme.inc,v 1.1 2009/05/15 14:36:12 vauxia Exp $ |
| 2 |
|
|
| 3 |
function mimemail_theme_theme() { |
function mimemail_theme_theme() { |
| 4 |
$path = drupal_get_path('module', 'mimemail') .'/theme'; |
$path = drupal_get_path('module', 'mimemail') .'/theme'; |
| 8 |
'arguments' => array('body' => NULL, 'mailkey' => NULL), |
'arguments' => array('body' => NULL, 'mailkey' => NULL), |
| 9 |
'template' => 'mimemail', |
'template' => 'mimemail', |
| 10 |
'pattern' => 'mimemail__', |
'pattern' => 'mimemail__', |
| 11 |
|
'file' => 'mimemail.theme.inc', |
| 12 |
'path' => $path, |
'path' => $path, |
| 13 |
) |
) |
| 14 |
); |
); |