TIF_E41201448/application/views/dist/_partials/footer_user.php

28 lines
977 B
PHP

<?php
defined('BASEPATH') or exit('No direct script access allowed');
?>
<footer id="footer">
<div class="container footer-bottom clearfix">
<div class="copyright">
&copy; Copyright <strong><span>Chandra Pramudya Harvanto</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/ -->
Designed by <a href="#">Chandra</a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<?php $this->load->view('dist/_partials/js_user'); ?>