= lang('appointment_registered') ?>
- -- = lang('appointment_details_was_sent_to_you') ?> -
- -- - = lang('check_spam_folder') ?> - -
- - - - = lang('go_to_booking_page') ?> - - - - - -diff --git a/application/controllers/Appointments.php b/application/controllers/Appointments.php index 69f37754..ee886b55 100755 --- a/application/controllers/Appointments.php +++ b/application/controllers/Appointments.php @@ -315,7 +315,7 @@ class Appointments extends EA_Controller { $view['exceptions'] = $exceptions; } - $this->load->view('appointments/book_success', $view); + $this->load->layout('layouts/message/message_layout', 'pages/booking/booking_success_page', $view); } /** diff --git a/application/views/appointments/book_success.php b/application/views/appointments/book_success.php deleted file mode 100755 index 70b4230b..00000000 --- a/application/views/appointments/book_success.php +++ /dev/null @@ -1,99 +0,0 @@ - - -
- - - - -- = lang('appointment_details_was_sent_to_you') ?> -
- -- - = lang('check_spam_folder') ?> - -
- - - - = lang('go_to_booking_page') ?> - - - - - -+ = lang('appointment_details_was_sent_to_you') ?> +
+ ++ + = lang('check_spam_folder') ?> + +
+ + + + = lang('go_to_booking_page') ?> + + + + + +