diff --git a/src/application/config/config.php b/src/application/config/config.php index 67e08735..858f07e8 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -6,12 +6,11 @@ |-------------------------------------------------------------------------- | | Declare some of the global config values of Easy!Appointments. -| the global "config" variable. | */ -$config['ea_version'] = '1.2'; // This must be changed manually. -$config['ea_release_title'] = 'Dev'; // Leave empty for no title or add BETA, TEST etc ... -$config['ea_google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE; +$config['version'] = '1.2'; // This must be changed manually. +$config['release_label'] = 'Dev'; // Leave empty for no title or add Alpha, Beta etc ... +$config['google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE; /* |-------------------------------------------------------------------------- diff --git a/src/application/views/appointments/book_success.php b/src/application/views/appointments/book_success.php index 9614837e..dc990e62 100755 --- a/src/application/views/appointments/book_success.php +++ b/src/application/views/appointments/book_success.php @@ -51,7 +51,7 @@ '; - if ($this->config->item('ea_google_sync_feature')) { + if ($this->config->item('google_sync_feature')) { echo '