Client portal updates

This commit is contained in:
Marcus Hill
2022-03-20 16:02:58 +00:00
parent 7be4685ea4
commit 34d6caa016
21 changed files with 780 additions and 164 deletions

21
portal/portal_footer.php Normal file
View File

@@ -0,0 +1,21 @@
<?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>