<?php echo $blog_name; ?>
set_context('desktop'); wp_nav_menu( array( 'theme_location' => 'header-menu', 'container' => false, 'items_wrap' => '%3$s', 'walker' => $header_walker_instance, )); ?>
<?php echo $blog_name; ?>
set_context('mobile'); wp_nav_menu( array( 'theme_location' => 'header-menu', 'container' => false, 'items_wrap' => '%3$s', 'walker' => $mobile_header_walker_instance, )); ?>