Files
clouddesk/template/business/tplblocks/footer_tpl/footer-small.php
T
2024-02-08 12:07:49 -07:00

16 lines
659 B
PHP

<footer class="footer footer-black">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-10 text-center">
<nav class="footer-nav">
<?php echo jak_build_menu(0, $mfooter, $page, 'flex-sm-column', '', '', '', JAK_USERID, JAK_USERISLOGGED, '', '', 0, 9);?>
</nav>
</div>
<!-- Do not remove or edit except you have a copyright link free license -->
<?php if (!empty(JAK_COPYRIGHT_LINK)) echo '<div class="col-md-10 text-center"><div class="credits ml-auto"><hr><span class="copyright">'.JAK_COPYRIGHT_LINK.'</span></div></div>';?>
</div>
</div>
</footer>