-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
31 lines (31 loc) · 1.02 KB
/
header.php
File metadata and controls
31 lines (31 loc) · 1.02 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Asperger vrouwen</title>
<link rel="stylesheet" type="text/css" href="<?php echo THEMEPATH; ?>/stylesheets/screen.css">
<link href='http://fonts.googleapis.com/css?family=Maven+Pro|Source+Code+Pro' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="outerWrap">
<header>
<div id="headerNavWrap">
<?php wp_nav_menu( array(
'theme_location' => 'Main_Menu',
'menu' => 'Hoofd Menu',
'container' => 'nav',
'container_class' => 'main_nav',
'container_id' => 'headerNav',
'menu_class' => '',
'menu_id' => '',
'echo' => true,
'fallback_cb' => 'wp_page_menu',
'before' => '',
'after' => '',
'link_before' => '',
'link_after' => '',
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
'depth' => 0,
'walker' => '' ) ); ?>
</div><!-- end headerNavWrap -->
<div id="headerWrap">