' . lang('appointment_registered') . '

' . lang('appointment_details_was_sent_to_you') . '

' . lang('go_to_booking_page') . ' '; if ($this->config->item('google_sync_feature')) { echo ' '; } // Display exceptions (if any). if (isset($exceptions)) { echo '
'; echo '

Unexpected Errors

'; foreach($exceptions as $exc) { echo exceptionToHtml($exc); } echo '
'; } ?>