Change cancellation title

This commit is contained in:
Alex Tselegidis 2022-06-02 09:44:02 +02:00
parent 89d22ed7e1
commit 264328032b
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ 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'),
]); ]);
$this->load->view('pages/booking_cancellation'); $this->load->view('pages/booking_cancellation');