Revision 76bdcd04
Added by Assos Assos almost 6 years ago
drupal7/sites/all/modules/webform/templates/webform-mail.tpl.php | ||
---|---|---|
17 | 17 |
* - $ip_address: The IP address of the user submitting the form or '(unknown)' |
18 | 18 |
* for confidential submissions. |
19 | 19 |
* |
20 |
* The $email['email'] variable can be used to send different e-mails to different users
|
|
21 |
* when using the "default" e-mail template. |
|
20 |
* The $email['email'] variable can be used to send different e-mails to |
|
21 |
* different users when using the "default" e-mail template.
|
|
22 | 22 |
*/ |
23 | 23 |
?> |
24 | 24 |
<?php print ($email['html'] ? '<p>' : '') . t('Submitted on [submission:date:long]') . ($email['html'] ? '</p>' : ''); ?> |
Also available in: Unified diff
Weekly update of contrib modules