diff options
author | M <m@lfurio.us> | 2015-11-22 16:57:16 -0500 |
---|---|---|
committer | M <m@lfurio.us> | 2015-11-22 16:57:16 -0500 |
commit | 45b1481e4d3a8ce5d92fee955468616588bb51f0 (patch) | |
tree | 26dfa71f11ff2ccf31134162fd6879d1e6390e7e /app/view | |
parent | e9680d03c1a97981855fa4690e01be0733d933dc (diff) | |
download | scrott-45b1481e4d3a8ce5d92fee955468616588bb51f0.tar.gz scrott-45b1481e4d3a8ce5d92fee955468616588bb51f0.zip |
+ Added footer view to Master MVC (for placing JS includes at the bottom of pages)
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/master/foot.view.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/view/master/foot.view.php b/app/view/master/foot.view.php new file mode 100644 index 0000000..5c52563 --- /dev/null +++ b/app/view/master/foot.view.php @@ -0,0 +1,2 @@ +<script type="text/javascript" src="assets/js/jquery.min.js"></script> +<script type="text/javascript" src="assets/js/bootstrap.min.js"></script> |