Changeset 17498 for extensions/ContactForm/maintain.inc.php
- Timestamp:
- Aug 9, 2012, 4:53:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ContactForm/maintain.inc.php
r17483 r17498 7 7 'cf_menu_link' => true, 8 8 'cf_subject_prefix' => '%gallery_title%', 9 'cf_default_subject' => 'A comment on thesite',9 'cf_default_subject' => 'A comment on your site', 10 10 'cf_allow_guest' => true, 11 11 'cf_mandatory_mail' => true, … … 41 41 { 42 42 $new_conf['cf_must_initialize'] = false; 43 $new_conf['cf_default_subject'] = 'A comment on thesite';43 $new_conf['cf_default_subject'] = 'A comment on your site'; 44 44 $new_conf['cf_mail_type'] = 'text/html'; 45 45 unset($new_conf['comment'], $new_conf['cf_redirect_delay']);
Note: See TracChangeset
for help on using the changeset viewer.