-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
28 lines (28 loc) · 930 Bytes
/
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
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php wp_title( ' | ', true, 'right' ); ?></title>
<script type="text/javascript">
var pathInfo = {
base: '<?php echo get_template_directory_uri(); ?>/',
css: 'css/',
js: 'js/',
swf: 'swf/',
}
</script>
<?php wp_head(); ?>
</head>
<body>
<div id="wrapper">
<div class="w1">
<header id="header">
<div class="container">
<strong class="logo"><a href="<?php echo home_url(); ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/prouty-logo.png" alt="<?php bloginfo( 'name' ); ?>"></a></strong>
<div class="nav-holder">
<?php ubermenu( 'header-menu' , array( 'theme_location' => 'primary' ) ); ?>
</div>
</div>
</header>
<main role="main" id="main">