19 lines
695 B
PHTML
19 lines
695 B
PHTML
</div>
|
|
<div class="fixed-bottom mt-auto">
|
|
<div class="col-auto">
|
|
<?php require_once('pagination.phtml'); ?>
|
|
</div>
|
|
<div class="row">
|
|
<div id="footer" class="col-xs-12">
|
|
<p class="m-0">George Wilkinson @2024</p>
|
|
<p class="m-0">Powered by Bootstrap</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Bootstrap core JavaScript
|
|
================================================== -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
<!-- script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script -->
|
|
<script src="/js/bootstrap.min.js"></script>
|
|
</body>
|
|
</html>
|