summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/foot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/foot.inc')
-rwxr-xr-xsrc/usr/local/www/foot.inc27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/usr/local/www/foot.inc b/src/usr/local/www/foot.inc
new file mode 100755
index 0000000..f5108dd
--- /dev/null
+++ b/src/usr/local/www/foot.inc
@@ -0,0 +1,27 @@
+ <!--
+ pfSense_MODULE: footer
+ -->
+<?php
+/*
+ * We put jquery in the footer; it is the preferred position for speed
+ * and helps developers to use events[] instead of executing scripts directly.
+ */
+?>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <p class="text-muted">
+ <a target="_blank" href="<?=$g['product_website_footer']?>"><?=$g['product_name']?></a> is &copy;
+ <?=$g['product_copyright_years']?> by <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright']?></a>. All Rights Reserved.
+ [<a href="/license.php" class="tblnk">view license</a>]
+ </p>
+ </div>
+ </footer>
+
+ <script src="/jquery/jquery-1.11.2.min.js"></script>
+ <script src="/jquery/jquery-ui-1.11.2.min.js"></script>
+ <script src="/bootstrap/js/bootstrap.min.js"></script>
+ <script src="/jquery/pfSense.js"></script>
+</body>
+</html> \ No newline at end of file
OpenPOWER on IntegriCloud