Skip to content

Commit

Permalink
Merge pull request #6593 from brianteeman/https_footer
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO authored Oct 29, 2023
2 parents fc04f23 + 9ab86f5 commit 31ff858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Include/Footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="float-right d-none d-sm-block">
<b><?= gettext('Version') ?></b> <?= $_SESSION['sSoftwareInstalledVersion'] ?>
</div>
<strong><?= gettext('Copyright') ?> &copy; <?= SystemService::getCopyrightDate() ?> <a href="http://www.churchcrm.io" target="_blank"><b>Church</b>CRM</a>.</strong> <?= gettext('All rights reserved') ?>.
<strong><?= gettext('Copyright') ?> &copy; <?= SystemService::getCopyrightDate() ?> <a href="https://www.churchcrm.io" target="_blank"><b>Church</b>CRM</a>.</strong> <?= gettext('All rights reserved') ?>.
| <a href="https://twitter.com/church_crm" target="_blank"><i class="fa-brands fa-twitter"></i> <?= gettext("Follow us on Twitter") ?></a>
| <span class="fi fi-squared"></span>
</footer>
Expand Down

0 comments on commit 31ff858

Please sign in to comment.