2
0

_cms.foot.php 871 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. </main>
  2. </div>
  3. </div>
  4. <script src="libs/bootstrap/assets/dist/js/bootstrap.bundle.min.js" type="text/javascript"></script>
  5. <script src="libs/bootstrap/js/bootstrap-table.min.js" type="text/javascript"></script>
  6. <script src="libs/bootstrap/js/bootstrap-table-fr-FR.min.js" type="text/javascript"></script>
  7. <script src="libs/bootstrap/js/bootstrap-table-filter-control.min.js" type="text/javascript"></script>
  8. <script src="libs/feather-icons/feather.min.js" type="text/javascript"></script>
  9. <?php
  10. alert::show();
  11. ?>
  12. <script>
  13. $(document).ready(function(){
  14. feather.replace();
  15. $('.toast').toast('show');
  16. });
  17. function loading(){
  18. $("#loading").show();
  19. }
  20. </script>
  21. <?php pwa::printServiceWorker(); ?>
  22. </body>
  23. </html>
  24. <?php
  25. if(core::isDebug()){
  26. debug::init();
  27. debug::endTimer();
  28. }
  29. ?>