forked from ronniengoda/appginilte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appginilte_footer.php
27 lines (25 loc) · 948 Bytes
/
appginilte_footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<!-- anything you want on the right side of the footer place it here -->
</div>
<strong>Copyright © <?php echo date('Y'); ?> <a href="#0"><?php echo APP_TITLE; ?></a>.</strong> All rights reserved.
</footer>
<!-- Control Sidebar -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Control sidebar content goes here -->
</aside>
<!-- /.control-sidebar -->
</div>
<!-- ./wrapper -->
<!-- jQuery -->
<script src="appginilte/plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="appginilte/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- ChartJS -->
<script src="appginilte/plugins/chart.js/Chart.min.js"></script>
<!-- AdminLTE App -->
<script src="appginilte/dist/js/adminlte.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="appginilte/dist/js/demo.js"></script>
</body>
</html>