2015-11-24 00:46:15 +02:00
|
|
|
<div id="footer">
|
2020-08-31 17:02:54 +03:00
|
|
|
<div id="footer-content" class="col-12 col-sm-8">
|
2015-11-24 00:46:15 +02:00
|
|
|
Powered by
|
2020-08-31 13:32:58 +03:00
|
|
|
<a href="https://easyappointments.org">
|
|
|
|
Easy!Appointments
|
|
|
|
|
|
|
|
v<?= config('version') ?>
|
|
|
|
|
|
|
|
<?php if (config('release_label')): ?>
|
|
|
|
- <?= config('release_label') ?>
|
|
|
|
<?php endif ?>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-09-14 16:18:20 +03:00
|
|
|
<?= lang('licensed_under') ?> GPLv3 |
|
2020-08-31 13:32:58 +03:00
|
|
|
|
2020-06-19 13:48:18 +03:00
|
|
|
<span id="select-language" class="badge badge-success">
|
2020-04-22 22:48:56 +03:00
|
|
|
<?= ucfirst(config('language')) ?>
|
2015-11-24 00:46:15 +02:00
|
|
|
</span>
|
2020-08-31 13:32:58 +03:00
|
|
|
|
2015-11-24 00:46:15 +02:00
|
|
|
|
|
2020-08-31 13:32:58 +03:00
|
|
|
|
2017-09-14 16:18:20 +03:00
|
|
|
<a href="<?= site_url('appointments') ?>">
|
|
|
|
<?= lang('go_to_booking_page') ?>
|
2015-11-24 00:46:15 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
2020-08-31 17:02:54 +03:00
|
|
|
<div id="footer-user-display-name" class="col-12 col-sm-4">
|
2017-09-14 16:18:20 +03:00
|
|
|
<?= lang('hello') . ', ' . $user_display_name ?>!
|
2015-11-24 00:46:15 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2017-11-14 16:01:49 +03:00
|
|
|
<script src="<?= asset_url('assets/js/backend.js') ?>"></script>
|
2020-05-07 19:56:12 +03:00
|
|
|
<script src="<?= asset_url('assets/js/polyfill.js') ?>"></script>
|
2017-11-14 16:01:49 +03:00
|
|
|
<script src="<?= asset_url('assets/js/general_functions.js') ?>"></script>
|
2015-11-24 00:46:15 +02:00
|
|
|
</body>
|
|
|
|
</html>
|