mirror of https://github.com/itflow-org/itflow
21 lines
318 B
PHP
21 lines
318 B
PHP
<?php
|
|
/*
|
|
* Client Portal
|
|
* HTML Footer
|
|
*/
|
|
?>
|
|
|
|
<!-- Close container -->
|
|
</div>
|
|
|
|
<br>
|
|
<hr>
|
|
|
|
<p class="text-center"><?php echo $config_app_name ?></p>
|
|
|
|
|
|
<!-- jQuery -->
|
|
<script src="../plugins/jquery/jquery.min.js"></script>
|
|
|
|
<!-- Bootstrap 4 -->
|
|
<script src="../plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|