ACC SHELL

Path : /srv/www/vhosts/dovastex/wp-content/themes/web_dovastex/
File Upload :
Current File : /srv/www/vhosts/dovastex/wp-content/themes/web_dovastex/header.php

<!DOCTYPE html>
<html class="no-js">
    <head>
        <meta charset="utf-8">
        <link rel="alternate" href="http://www.dovastex.cz" hreflang="cs-cz" />

        <title><?php wp_title(); ?></title>
        
        <!-- META -->
        <meta name="description" content="">
        <meta name="keywords" content="">
        <meta name="robots" content="index,follow,archive">

        <!-- FAVICON -->
        <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/img/favicon.png" /> 
                
        <!-- FONTS -->
        <link href='http://fonts.googleapis.com/css?family=Oswald:400,700,300&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Quattrocento:400,700&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
        
        <!-- CSS -->
        <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/bootstrap.min.css"/>
        <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/font-awesome.min.css"/>
        <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/magnific-popup.css"/>
        <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/slick.css"/>
        <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/dovastex.css"/>

        <?php wp_head(); ?>
        
    </head>
    
    <body>

    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/cs_CZ/sdk.js#xfbml=1&appId=219419631420127&version=v2.0";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script> 


   <div class="wrapper">
    <!-- HEADER -->
    <header>
        <!-- LOGO -->
        <div class="logo">
            <?php $site_url = network_site_url( '/' ); ?>
            <a href="<?php echo $site_url ?>"><img src="<?php bloginfo('template_directory'); ?>/img/logo-dovastex.png" alt="Dovastex" /></a>
        </div>

        <!-- NAVIGATION -->
        <?php wp_nav_menu( array( 'theme_location' => 'header-menu','container_class' => 'header-nav' ) ); ?>
        <?php wp_reset_query(); ?>

    </header>

ACC SHELL 2018