mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-27 17:12:31 +03:00
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([
|
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');
|
||||||
|
|
Loading…
Reference in a new issue