Changeset 5796


Ignore:
Timestamp:
Apr 11, 2010, 2:30:32 PM (14 years ago)
Author:
patdenice
Message:

User theme was not used for header and footer in NBM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r5695 r5796  
    628628      if (!isset($conf_mail[$cache_key]['theme']))
    629629      {
    630         $conf_mail[$cache_key]['theme'] = get_mail_template($content_type);
     630        $conf_mail[$cache_key]['theme'] = get_mail_template($content_type, $args['theme']);
    631631      }
    632632
Note: See TracChangeset for help on using the changeset viewer.