Ignore:
Timestamp:
Sep 16, 2012, 5:20:39 PM (12 years ago)
Author:
mistic100
Message:
  • stores emails in database (/!\ update only from published version, not from trunk)
  • allow emails to be categorized
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/admin/config.php

    r17483 r17945  
    1414    'cf_mandatory_name' =>    isset($_POST['cf_mandatory_name']),
    1515    'cf_mail_type' =>         $_POST['cf_mail_type'],
    16     'cf_admin_mails' =>       $conf['ContactForm']['cf_admin_mails'],
    1716    );
    1817  $conf['ContactForm_before'] = $_POST['cf_before'];
     
    3433  ));
    3534
    36 $template->set_filename('contact_form', dirname(__FILE__).'/template/config.tpl');
     35$template->set_filename('contact_form', realpath(CONTACT_FORM_PATH . 'admin/template/config.tpl'));
    3736
    3837?>
Note: See TracChangeset for help on using the changeset viewer.