-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
32 lines (25 loc) · 1 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
<!DOCTYPE html>
<!--[if lte IE 9]><html class="no-js lt-ie10"><![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title><?php wp_title('»','true','right'); ?></title>
<script>
// Place Google Analytics code here - note that any <noscript> iframes
// will break <head>, so include it after <body> if you need that snippet
// Set up site configuration
window.config = window.config || {};
// The base URL for the WordPress theme
window.config.baseUrl = "<?php echo get_bloginfo('url'); ?>";
// Empty default Gravity Forms spinner function
var gformInitSpinner = function() {};
</script>
<?php
// Make sure you go through this file and remove what you aren't using
include( get_stylesheet_directory() . '/functions/site/theme-meta.php' );
?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>