- Timestamp:
- Mar 13, 2010, 1:00:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions_notification_by_mail.inc.php
r5036 r5123 257 257 if ($is_action_send) 258 258 { 259 $nbm_user['template'] = $user['template'];260 259 $nbm_user['theme'] = $user['theme']; 261 $env_nbm['mail_template'] = 262 get_mail_template($env_nbm['email_format'], 263 array('template' => $nbm_user['template'], 'theme' => $nbm_user['theme'])); 260 $env_nbm['mail_template'] = get_mail_template($env_nbm['email_format'], $nbm_user['theme']); 264 261 $env_nbm['mail_template']->set_filename('notification_by_mail', 'notification_by_mail.tpl'); 265 262 } … … 436 433 'content' => $env_nbm['mail_template']->parse('notification_by_mail', true), 437 434 'content_format' => $env_nbm['email_format'], 438 'template' => $nbm_user['template'],439 435 'theme' => $nbm_user['theme'] 440 436 )
Note: See TracChangeset
for help on using the changeset viewer.