Initial Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user