-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader-inc.php
55 lines (49 loc) · 1.73 KB
/
header-inc.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
52
53
54
55
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=<?php echo $conf['charset'] ?>">
<meta charset="UTF-8">
<title>Your Title Here</title>
<meta name="description" content="Your Description here">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- meta tage above and CSS below set the initial browser window to the device's width -->
<style type='text/css'>
@-ms-viewport { width:device-width;zoom:1;}
@-o-viewport { width:device-width;zoom:1;}
@viewport { width:device-width;zoom:1;}
</style>
<!-- START UNIVERSAL GOOGLE SEARCH SCRIPT (must be placed in an HTML include, won't work if added to general.js file) -->
<script>
(function() {
var cx = '001225935467932717699:vl4yt5w5dzq';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<!-- END UNIVERSAL GOOGLE SEARCH SCRIPT -->
<link rel="stylesheet" type="text/css" href="styles/main.css" >
<link rel="stylesheet" type="text/css" href="styles/header-footer.css" >
<link rel="stylesheet" href="oliver.css">
</head>
<body id="top" class="home">
<!--[if IE ]>
<style type="text/css">
.contentContainer {
padding-top:0;
}
</style>
<![endif]-->
<div id="wrapper">
<header>
<div id="banner" class="extendfull">
<div id="skip">
</div>
</div>
</header>
<div id="contentContainer">
<div class="mainContent">