_cms.foot.php 836 B

12345678910111213141516171819202122232425262728293031323334353637
  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. });
  16. function loading(){
  17. $("#loading").show();
  18. }
  19. </script>
  20. <?php pwa::printServiceWorker(); ?>
  21. </body>
  22. </html>
  23. <?php
  24. if(core::isDebug()){
  25. debug::init();
  26. debug::endTimer();
  27. }
  28. ?>