blob: e0a67c9325ec8d5b834c6539fccb4826f8e87f42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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ö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>
|