2
0

_cms.foot.php 836 B

1234567891011121314151617181920212223242526272829303132
  1. </main>
  2. </div>
  3. </div>
  4. <script src="<?php cache::printFileWithTime("libs/bootstrap/assets/dist/js/bootstrap.bundle.min.js") ?>" type="text/javascript"></script>
  5. <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap-table.min.js") ?>" type="text/javascript"></script>
  6. <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap-table-fr-FR.min.js") ?>" type="text/javascript"></script>
  7. <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap-table-filter-control.min.js") ?>" type="text/javascript"></script>
  8. <?php
  9. alert::show();
  10. ?>
  11. <script>
  12. function loading(){
  13. $("#loading").show();
  14. }
  15. </script>
  16. <?php pwa::printServiceWorker(); ?>
  17. </body>
  18. </html>
  19. <?php
  20. if(debug::isFile("debug")){
  21. debug::init();
  22. debug::endTimer();
  23. }
  24. ?>