diff options
Diffstat (limited to 'application/views/footer.php')
-rw-r--r-- | application/views/footer.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/application/views/footer.php b/application/views/footer.php new file mode 100644 index 000000000..92b305999 --- /dev/null +++ b/application/views/footer.php @@ -0,0 +1,8 @@ + </div> + + <script src="<?php echo link_with_mtime("/data/js/jquery-1.8.2.min.js"); ?>"></script> + <script src="<?php echo link_with_mtime("/data/js/jquery-ui-1.8.23.custom.min.js"); ?>"></script> + <script src="<?php echo link_with_mtime("/data/js/bootstrap-2.1.1.min.js"); ?>"></script> + <script src="<?php echo link_with_mtime("/data/js/script.js"); ?>"></script> +</body> +</html> |