<?php
function choicy_default_footer() {
?>
<footer class="chy-footer-1-area tx-footer tx-defaultFooter">
<div class="container chy-container-1">
<div class="chy-footer-1-bottom">
<p class="chy-heading-1 copyright-link text-center w-100">
<?php if(function_exists('choicy_copyright_text')) {choicy_copyright_text();} ?>
</p>
</div>
</div>
</footer>
<?php
}