-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
executable file
·51 lines (39 loc) · 2.66 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
define('URL', $_SERVER['PATH_INFO']);
?>
<!-- load jQuery -->
<script type="text/javascript" src="<?php echo URL; ?>public/js/jquery-2.1.3.js"></script>
<!-- <script type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"></script> -->
<!-- load dropzone css and js -->
<link rel="stylesheet" href="<?php echo URL; ?>public/css/dropzone.css" type="text/css" />
<script src="<?php echo URL; ?>public/js/dropzone.js"></script>
<!-- load jplayer and skin -->
<!-- <link type="text/css" href="<?php echo URL; ?>public/js/jPlayer/skins/blue.monday/jplayer.blue.monday.css" rel="stylesheet" /> -->
<link href="<?php echo URL; ?>public/css/skin/blue.mondayorg/css/jplayer.blue.monday.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="<?php echo URL; ?>public/js/jPlayer/jquery.jplayer.min.js"></script>
<!-- dataTables -->
<script type="text/javascript" src="<?php echo URL; ?>public/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet" href="<?php echo URL; ?>public/css/jquery.dataTables.css" />
<!-- using this to make on the fly editable fields
<script src="<?php echo URL; ?>public/js/prototype.js" type="text/javascript"></script>
<script src="<?php echo URL; ?>public/js/scriptaculous.js?load=controls" type="text/javascript"></script>
-->
<!-- load stickyfooter -->
<link rel="stylesheet" href="<?php echo URL; ?>public/css/stickyfooter.css" />
<!-- fonts -->
<link href='http://fonts.googleapis.com/css?family=Arimo' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="<?php echo URL; ?>public/css/circle.skin/circle.player.css">
<script type="text/javascript" src="<?php echo URL; ?>public/js/profile.js"></script>
<script type="text/javascript" src="<?php echo URL; ?>public/js/update.js"></script>
<script type="text/javascript" src="<?php echo URL; ?>public/js/circle.player.js"></script>
<script type="text/javascript" src="<?php echo URL; ?>public/js/jquery.transform2d.js"></script>
<script type="text/javascript" src="<?php echo URL; ?>public/js/jquery.grab.js"></script>
<script type="text/javascript" src="<?php echo URL; ?>public/js/mod.csstransforms.min.js"></script>
<!-- favicon -->
<link rel="shortcut icon" href="<?php echo URL; ?>public/img/fav.ico" type="image/x-icon" />
<link rel="icon" href="<?php echo URL; ?>public/img/fav.ico" type="image/x-icon" />
<!-- CSS -->
<link rel="stylesheet" href="<?php echo URL; ?>public/css/reset.css" />
<link rel="stylesheet" href="<?php echo URL; ?>public/css/style.css" />
<!-- google analytics -->
<script type="text/javascript" src="<?php echo URL; ?>public/js/google.js"></script>