This commit is contained in:
32
application/views/pages/booking_cancellation.php
Normal file
32
application/views/pages/booking_cancellation.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php extend('layouts/message_layout'); ?>
|
||||
|
||||
<?php section('content'); ?>
|
||||
|
||||
<div>
|
||||
<img id="success-icon" class="mt-0 mb-5" src="<?= base_url('assets/img/success.png') ?>" alt="success"/>
|
||||
</div>
|
||||
|
||||
<div class="mb-5">
|
||||
<h4 class="mb-5"><?= lang('appointment_cancelled_title') ?></h4>
|
||||
|
||||
<p class="mb-5">
|
||||
<?= lang('appointment_cancelled') ?>
|
||||
</p>
|
||||
|
||||
<a href="<?= site_url() ?>" class="btn btn-primary btn-large">
|
||||
<i class="fas fa-calendar-alt me-2"></i>
|
||||
<?= lang('go_to_booking_page') ?>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<?php end_section('content'); ?>
|
||||
|
||||
<?php section('scripts'); ?>
|
||||
|
||||
<?php component('google_analytics_script', ['google_analytics_code' => vars('google_analytics_code')]); ?>
|
||||
<?php component('matomo_analytics_script', [
|
||||
'matomo_analytics_url' => vars('matomo_analytics_url'),
|
||||
'matomo_analytics_site_id' => vars('matomo_analytics_site_id'),
|
||||
]); ?>
|
||||
<?php end_section('scripts'); ?>
|
||||
|
||||
Reference in New Issue
Block a user