Ignore:
Timestamp:
Jun 14, 2013, 3:01:11 PM (11 years ago)
Author:
mistic100
Message:

missing file in previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/include/functions.inc.php

    r21208 r23206  
    252252    if ($conf['ContactForm']['cf_mail_type'] == 'text/html')
    253253    {
    254       $mail_css = file_get_contents(dirname(__FILE__).'/../template/mail/style.css');
     254      $mail_css = file_get_contents(dirname(__FILE__).'/../template/mail/style-'.$conf['ContactForm']['cf_theme'].'.css');
    255255      $template->set_filename('contact_mail', dirname(__FILE__).'/../template/mail/content_html.tpl');
    256256    }
Note: See TracChangeset for help on using the changeset viewer.