summaryrefslogtreecommitdiffstats
path: root/app/view/master/foot.view.php
diff options
context:
space:
mode:
authorM <m@lfurio.us>2015-11-22 16:57:16 -0500
committerM <m@lfurio.us>2015-11-22 16:57:16 -0500
commit45b1481e4d3a8ce5d92fee955468616588bb51f0 (patch)
tree26dfa71f11ff2ccf31134162fd6879d1e6390e7e /app/view/master/foot.view.php
parente9680d03c1a97981855fa4690e01be0733d933dc (diff)
downloadscrott-45b1481e4d3a8ce5d92fee955468616588bb51f0.tar.gz
scrott-45b1481e4d3a8ce5d92fee955468616588bb51f0.zip
+ Added footer view to Master MVC (for placing JS includes at the bottom of pages)
Diffstat (limited to '')
-rw-r--r--app/view/master/foot.view.php2
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>