summaryrefslogtreecommitdiff
path: root/static/foot.php
diff options
context:
space:
mode:
authorroot2014-09-13 22:26:58 +0200
committerroot2014-09-13 22:26:58 +0200
commitc5639ee890215e4e8e0f544821ea8d285ca58eb8 (patch)
tree29f685943c61c4d7ec0e376e485686e985b97065 /static/foot.php
parentf8c60cae423fc78ed21d17a9217716ccc1e6dab1 (diff)
downloadvideo-dl-c5639ee890215e4e8e0f544821ea8d285ca58eb8.tar.gz
init
Diffstat (limited to 'static/foot.php')
-rwxr-xr-xstatic/foot.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/foot.php b/static/foot.php
new file mode 100755
index 0000000..e0a67c9
--- /dev/null
+++ b/static/foot.php
@@ -0,0 +1,19 @@
+ <!-- ______________________Content End______________________ -->
+ <div class="footer text-right">
+ <div class="container">
+ <p> Copyright 2014 <a id="copyright-text" href="//www.moehm.org/" target="_blank">Maximilian M&ouml;hring</a></p>
+ </div>
+ </div>
+ <script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
+ <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
+ <?php
+ if(preg_match('/^\/stream/', $_SERVER['REQUEST_URI']))
+ echo '<script src="//vjs.zencdn.net/4.8/video.js"></script>
+ <script>
+ videojs.options.flash.swf = "/player/video-js.swf"
+ </script>';
+ ?>
+ <?php include("piwik.html"); ?>
+ </body>
+</html>
+