diff --git a/booking.emails.inc b/booking.emails.inc index 89e6857..84ce5d4 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -47,6 +47,7 @@ function _booking_registration_email($nid, $balance_payment, $manual = false) { 'module' => 'booking', 'key' => 'registration_mail', 'body' => _booking_registration_email_generate($node, $waiting_list, $balance_payment, $manual), + 'subject' => $subject, )); watchdog('booking_debug', "
HTML body themed\n@info
", array('@info' => print_r($html_body, true))); $params['body'] = $html_body; diff --git a/booking.module b/booking.module index 479e748..33b7158 100644 --- a/booking.module +++ b/booking.module @@ -820,7 +820,6 @@ function booking_node_access($node, $op, $account) { } - /** * Implementation of hook_theme(). */ @@ -834,15 +833,15 @@ function booking_theme($existing, $type, $theme, $path) { 'path' => drupal_get_path('module', 'booking'). '/theme', 'template' => 'mimemail-message' // extension of .tpl.php automatically added ), + 'booking_htmlmail_registration_mail' => array( + 'variables' => array('subject' => NULL, 'body' => NULL), + 'path' => drupal_get_path('module', 'booking'). '/theme', + 'image_path' => drupal_get_path('module', 'booking'). '/images', + 'template' => 'mimemail-message-registration_mail' // extension of .tpl.php automatically added + ), ); } return array(); //will raise fatal error if void -/* - return array( - 'booking_details' => array('arguments' => array('node' => NULL)), - //'booking_price_admin' => array('arguments' => array('form' => NULL)) - ); - */ } /** diff --git a/images/Final_Logo.png b/images/Final_Logo.png new file mode 100755 index 0000000..7bd8e9f Binary files /dev/null and b/images/Final_Logo.png differ diff --git a/images/facebook@2x.png b/images/facebook@2x.png new file mode 100755 index 0000000..1a63f2c Binary files /dev/null and b/images/facebook@2x.png differ diff --git a/images/googleplus@2x.png b/images/googleplus@2x.png new file mode 100755 index 0000000..4f49f02 Binary files /dev/null and b/images/googleplus@2x.png differ diff --git a/images/twitter@2x.png b/images/twitter@2x.png new file mode 100755 index 0000000..36adcb6 Binary files /dev/null and b/images/twitter@2x.png differ diff --git a/theme/mimemail-message-registration_mail.tpl.php b/theme/mimemail-message-registration_mail.tpl.php new file mode 100644 index 0000000..fa43cb8 --- /dev/null +++ b/theme/mimemail-message-registration_mail.tpl.php @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+ + + +
+
+
+ + +
+ +
 
+ +
+ + +
+
+
+ +
+
+
+
+
+ + + +
+
+
+ + +
+ +
 
Image +
 
+
+ + +
+
+
+ +
+
+
+
+
+ + + +
+
+
+ + + + + + +
+
+
+ +
+
+
+ + + + + + +
+
+
+ +
+
+
+ + + + + + +
+
+
+ +
+
+
+
+
+ + + +
+
+
+ + + +
+
+
+ + + + + +
+
+
+ + + + +
+ +
 
+ +
+ + + + +
+

Our preferred method of contact is via email.
info@studyweek.net

 

If you have an enquiry regarding your booking.
bookings@studyweek.net

 

Need to speak to the right person?
Speak to our bookings coordinator - 0423 637 024

+
+ + + + + +
+
 
+
+ + + +
+ + Facebook + +
 
+
+ + + +
+ + Twitter + +
 
+
+ + + +
+ + Google+ + +
 
+
+ +
+
+ + + +
+ +
 
+ +
+ + +
+
+
+ +
+
+
+
+ + + + \ No newline at end of file