This commit is contained in:
26
application/views/pages/booking_message.php
Normal file
26
application/views/pages/booking_message.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php extend('layouts/message_layout'); ?>
|
||||
|
||||
<?php section('content'); ?>
|
||||
|
||||
<div>
|
||||
<img id="message-icon" class="mt-0 mb-5" src="<?= vars('message_icon') ?>" alt="warning">
|
||||
</div>
|
||||
|
||||
<div class="mb-5">
|
||||
<h4 class="mb-5"><?= vars('message_title') ?></h4>
|
||||
|
||||
<p><?= vars('message_text') ?></p>
|
||||
</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