Load required settings
This commit is contained in:
parent
c9715d7431
commit
ea30c62a84
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ class Booking_cancellation extends EA_Controller {
|
||||||
html_vars([
|
html_vars([
|
||||||
'page_title' => lang('appointment_cancelled_title'),
|
'page_title' => lang('appointment_cancelled_title'),
|
||||||
'company_color' => setting('company_color'),
|
'company_color' => setting('company_color'),
|
||||||
|
'google_analytics_code' => setting('google_analytics_code'),
|
||||||
|
'matomo_analytics_url' => setting('matomo_analytics_url'),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->load->view('pages/booking_cancellation');
|
$this->load->view('pages/booking_cancellation');
|
||||||
|
|
Loading…
Reference in a new issue