PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
devicing
/
wp-content
/
themes
/
twentyfourteen
<?php /** * The Header for our theme * * Displays all of the <head> section and everything up till <div id="main"> * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ ?><!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> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <a class="screen-reader-text skip-link" href="#content"> <?php /* translators: Hidden accessibility text. */ _e( 'Skip to content', 'twentyfourteen' ); ?> </a> <div id="page" class="hfeed site"> <?php $is_front = ! is_paged() && ( is_front_page() || ( is_home() && ( (int) get_option( 'page_for_posts' ) !== get_queried_object_id() ) ) ); ?> <?php if ( get_header_image() ) : ?> <div id="site-header"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" <?php echo $is_front ? 'aria-current="page"' : ''; ?>> <?php twentyfourteen_header_image(); ?> </a> </div> <?php endif; ?> <header id="masthead" class="site-header"> <div class="header-main"> <?php $site_name = get_bloginfo( 'name', 'display' ); if ( $site_name ) : ?> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" <?php echo $is_front ? 'aria-current="page"' : ''; ?>><?php echo $site_name; ?></a></h1> <?php endif; ?> <div class="search-toggle"> <a href="#search-container" class="screen-reader-text" aria-expanded="false" aria-controls="search-container"> <?php /* translators: Hidden accessibility text. */ _e( 'Search', 'twentyfourteen' ); ?> </a> </div> <nav id="primary-navigation" class="site-navigation primary-navigation"> <button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu', 'menu_id' => 'primary-menu', ) ); ?> </nav> </div> <div id="search-container" class="search-box-wrapper hide"> <div class="search-box"> <?php get_search_form(); ?> </div> </div> </header><!-- #masthead --> <div id="main" class="site-main">
[-] sidebar-footer.php
[open]
[-] comments.php
[open]
[+]
genericons
[+]
images
[-] author.php
[open]
[+]
page-templates
[-] content-none.php
[open]
[+]
css
[-] featured-content.php
[open]
[-] content-gallery.php
[open]
[-] functions.php
[open]
[-] 404.php
[open]
[-] content.php
[open]
[-] sidebar.php
[open]
[-] content-page.php
[open]
[-] rtl.css
[open]
[-] content-featured-post.php
[open]
[+]
..
[-] content-image.php
[open]
[-] single.php
[open]
[-] taxonomy-post_format.php
[open]
[+]
js
[-] category.php
[open]
[-] content-video.php
[open]
[-] content-audio.php
[open]
[-] image.php
[open]
[-] content-link.php
[open]
[-] page.php
[open]
[-] sidebar-content.php
[open]
[-] footer.php
[open]
[-] content-quote.php
[open]
[-] search.php
[open]
[-] content-aside.php
[open]
[-] archive.php
[open]
[-] header.php
[open]
[-] readme.txt
[open]
[+]
fonts
[-] screenshot.png
[open]
[-] index.php
[open]
[+]
inc
[-] tag.php
[open]
[-] style.css
[open]