You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
673 B
15 lines
673 B
<footer class="footer footer-white">
|
|
<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>
|
|
|