Use HTTPS protocol for easyappointments.org links.

This commit is contained in:
Alex Tselegidis 2020-03-27 10:31:07 +01:00
parent 1d91f6d1c4
commit ca989d01fa
6 changed files with 8 additions and 8 deletions

View file

@ -337,7 +337,7 @@
<div id="frame-footer">
Powered By
<a href="http://easyappointments.org" target="_blank">Easy!Appointments</a>
<a href="https://easyappointments.org" target="_blank">Easy!Appointments</a>
|
<span id="select-language" class="label label-success">
<?= ucfirst($this->config->item('language')) ?>

View file

@ -1,7 +1,7 @@
<div id="footer">
<div id="footer-content" class="col-xs-12 col-sm-8">
Powered by
<a href="http://easyappointments.org">Easy!Appointments
<a href="https://easyappointments.org">Easy!Appointments
<?php
echo 'v' . $this->config->item('version');

View file

@ -478,7 +478,7 @@
<br><br>
<a href="http://easyappointments.org">
<a href="https://easyappointments.org">
<?= lang('official_website') ?>
</a>
|

View file

@ -19,7 +19,7 @@
<div id="footer" style="padding: 10px; text-align: center; margin-top: 10px;
border-top: 1px solid #EEE; background: #FAFAFA;">
Powered by
<a href="http://easyappointments.org" style="text-decoration: none;">Easy!Appointments</a>
<a href="https://easyappointments.org" style="text-decoration: none;">Easy!Appointments</a>
|
<a href="$company_link" style="text-decoration: none;">$company_name</a>
</div>

View file

@ -53,7 +53,7 @@
</div>
<header>
<a href="http://easyappointments.org" target="_blank">
<a href="https://easyappointments.org" target="_blank">
<img src="<?= base_url('assets/img/installation-banner.png') ?>"
alt="Easy!Appointments Installation Banner">
</a>
@ -166,7 +166,7 @@
</div>
<footer>
Powered by <a href="http://easyappointments.org">Easy!Appointments</a>
Powered by <a href="https://easyappointments.org">Easy!Appointments</a>
</footer>
<script>

View file

@ -40,7 +40,7 @@
<body>
<div class="container-fluid header">
<div>
<a href="http://easyappointments.org" target="_blank">
<a href="https://easyappointments.org" target="_blank">
<img src="<?= base_url('assets/img/installation-banner.png') ?>"
alt="Easy!Appointments Installation Banner">
</a>
@ -79,7 +79,7 @@
</div>
<footer>
Powered by <a href="http://easyappointments.org">Easy!Appointments</a>
Powered by <a href="https://easyappointments.org">Easy!Appointments</a>
</footer>
</body>
</html>