Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPadbury authored Dec 21, 2017
1 parent a2535ab commit 451a697
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions header.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html class="no-js">
<head>
<title><?php wp_title('', true, 'right'); bloginfo('name'); ?></title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php wp_head(); ?>
<title><?php wp_title('', true, 'right'); bloginfo('name'); ?></title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
Expand All @@ -21,13 +21,13 @@
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<?php
wp_nav_menu( array(
'theme_location' => 'navbar',
'theme_location' => 'navbar',
'container' => false,
'menu_class' => '',
'fallback_cb' => '__return_false',
'items_wrap' => '<ul id="%1$s" class="navbar-nav mr-auto mt-2 mt-lg-0 %2$s">%3$s</ul>',
'depth' => 2,
'walker' => new b4st_walker_nav_menu()
'menu_class' => '',
'fallback_cb' => '__return_false',
'items_wrap' => '<ul id="%1$s" class="navbar-nav mr-auto mt-2 mt-lg-0 %2$s">%3$s</ul>',
'depth' => 2,
'walker' => new b4st_walker_nav_menu()
) );
?>
<?php get_template_part('navbar-search'); ?>
Expand Down

0 comments on commit 451a697

Please sign in to comment.