/[drupal]/contributions/modules/mimemail/theme/mimemail.theme.inc
ViewVC logotype

Diff of /contributions/modules/mimemail/theme/mimemail.theme.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Fri May 15 14:36:12 2009 UTC revision 1.2, Mon Aug 10 17:53:39 2009 UTC
# Line 1  Line 1 
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';
# Line 8  function mimemail_theme_theme() { Line 8  function mimemail_theme_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    );    );

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2