-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
46 lines (45 loc) · 3.68 KB
/
header.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width">
<title><?php echo $CFG->sitename ?></title>
<link rel="shortcut icon" href="favicon.ico" />
<script type="text/javascript"> var dirfromroot = "<?php echo $CFG->directory ? "/".$CFG->directory."/" : ""; ?>"; </script>
<link type="text/css" rel="stylesheet" href="<?php echo $CFG->wwwroot ?>/min/?b=<?php echo $CFG->directory ? $CFG->directory."/" : ""; ?>css&f=jqueryui.css,keyboard.css,nyroModal.css,styles.css,colorpicker.css,tablesorter.css,toggleswitch.css,jquery.timepicker.css,clockstyles.css" />
<link type="text/css" rel="stylesheet" href="<?php echo $CFG->wwwroot ?>/css/background.php">
<!-- Favicon icons -->
<link rel="apple-touch-icon" sizes="57x57" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="36x36" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-36x36.png">
<link rel="icon" type="image/png" sizes="48x48" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-48x48.png">
<link rel="icon" type="image/png" sizes="72x72" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-72x72.png">
<link rel="icon" type="image/png" sizes="96x96" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-96x96.png">
<link rel="icon" type="image/png" sizes="144x144" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-144x144.png">
<link rel="icon" type="image/png" sizes="192x192" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="<?php echo $CFG->wwwroot ?>/images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="<?php echo $CFG->wwwroot ?>/images/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="<?php echo $CFG->wwwroot ?>/images/icons/favicon-16x16.png">
<link rel="manifest" href="<?php echo $CFG->wwwroot ?>/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="<?php echo $CFG->wwwroot ?>/images/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=<?php echo $CFG->analytics; ?>"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '<?php echo $CFG->analytics; ?>');
</script>
<!-- End Google Analytics -->
</head>
<body>
<div id="main_level" class="main_level ui-corner-all">