Change cancellation title
This commit is contained in:
parent
89d22ed7e1
commit
264328032b
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ class Booking_cancellation extends EA_Controller {
|
|||
|
||||
html_vars([
|
||||
'page_title' => lang('appointment_cancelled_title'),
|
||||
'company_color' => setting('company_color'),
|
||||
]);
|
||||
|
||||
$this->load->view('pages/booking_cancellation');
|
||||
|
|
Loading…
Reference in a new issue