+
+
+
+
+
+
+
+
+ ' . $this->lang->line('appointment_registered') . '';
+ echo '
';
- }
- ?>
+ if ($this->config->item('ea_google_sync_feature')) {
+ echo '
+ ';
+ }
+
+ // Display exceptions (if any).
+ if (isset($exceptions)) {
+ echo '' . $this->lang->line('appointment_details_was_sent_to_you') . '
'; -lang->line('appointment_registered'); ?>
-lang->line('appointment_details_was_sent_to_you'); ?>
- - config->item('ea_google_sync_feature')) { ?> - - - - '; - echo 'Unexpected Errors
'; - foreach($exceptions as $exc) { - echo exceptionToHtml($exc); - } - echo '';
+ echo '
';
+ }
+ ?>
+