This commit is contained in:
2017-06-27 17:30:17 +10:00
parent 25f0a2af03
commit a84626e96a

View File

@@ -42,7 +42,7 @@ function _booking_registration_email($nid, $balance_payment, $manual = false) {
$params['subject'] = $subject;
//apply a theme to the HTML body of the email
$html_body = theme('booking_htmlmail_template',
$html_body = theme('booking_htmlmail_registration_mail',
array(
'module' => 'booking',
'key' => 'registration_mail',