설명 없음

Sample_Footer.php 186B

1234567891011121314
  1. <?php
  2. /**
  3. * Footer file
  4. */
  5. if (CLI) {
  6. return;
  7. }
  8. ?>
  9. </div>
  10. <script src="bootstrap/js/jquery.min.js"></script>
  11. <script src="bootstrap/js/bootstrap.min.js"></script>
  12. </body>
  13. </html>