Current File : /customers/3/5/c/campinoeksjo.se/httpd.www/wp-content/themes/MHreklam/header.php |
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="description" content="MHreklam">
<meta name="keywords" content="MHreklam">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title><?php wp_title( '|', true, 'right' ); ?></title>
<?php
if(of_get_option('favicon'))
{
?>
<link rel="shortcut icon" type="image/png" href="<?php echo of_get_option('favicon'); ?>"/>
<?php
}
?>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!-- Css Styles -->
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/flaticon.css" type="text/css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/nice-select.css" type="text/css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/style.css" type="text/css">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="offcanvas-menu-overlay"></div>
<div class="offcanvas-menu-wrapper">
<div class="offcanvas__logo">
<a href="<?php echo home_url(); ?>">
<?php
if(of_get_option('logo'))
{
?>
<img src="<?php echo of_get_option('logo'); ?>" alt="logo" />
<?php
}
else
{
?>
<img src="<?php echo get_template_directory_uri(); ?>/img/logo.png" alt="">
<?php
}
?>
</a>
</div>
<div id="mobile-menu-wrap"></div>
</div>
<!-- Offcanvas Menu End -->
<!-- Header Section Begin -->
<header class="header">
<div class="header__top">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="header__top__inner">
<div class="header__logo">
<a href="<?php echo home_url(); ?>">
<?php
if(of_get_option('logo'))
{
?>
<img src="<?php echo of_get_option('logo'); ?>" alt="logo" />
<?php
}
else
{
?>
<img src="<?php echo get_template_directory_uri(); ?>/img/logo.png" alt="">
<?php
}
?>
</a>
</div>
<div class="header__top__left">
<nav class="header__menu mobile-menu">
<?php
class My_Walker_Nav_Menu extends Walker_Nav_Menu {
function start_lvl( &$output, $depth = 0, $args = array() ){
$output .= "\n$indent<ul class=\"dropdown\">\n";
}
}
$defaults = array(
'menu_class' => '',
'theme_location' => 'Header Menu',
'menu' => 'header menu',
'container' => 'false',
'walker' => new My_Walker_Nav_Menu
);
wp_nav_menu( $defaults );
?>
<li><a class="budol" style="" href="tel:0381-101 75"><i class="fa fa-phone"></i> 0381-101 75</a></li>
</nav>
</div>
<div class="header__top__right">
<div class="phonenumber">
<!-- <span>Call and Order In Sweden</span>
<h2><a href="tel:<?php if(of_get_option('call_us_numb')) { echo of_get_option('call_us_numb');} else { echo ""; } ?>"><?php if(of_get_option('call_us_numb')) { echo of_get_option('call_us_numb');} else { echo ""; } ?></a></h2> -->
</div>
</div>
</div>
</div>
</div>
<div class="canvas__open"><i class="fa fa-bars"></i></div>
</div>
</div>
</header>
<!-- <div class="categories">
<div class="container">
<div class="row">
<div class="categories__slider ">
<section class="productpage productpagess">
<div class="tabsdata padding">
<div class="container">
<div class="toptabing">
<?php //wp_nav_menu( array( 'theme_location' => 'header_menu','menu' => 'Dishes Category', 'menu_class' => 'nav nav-tabs','container' => 'false' ) ); ?>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div> -->
</div>
<!-- <style type="text/css">
.productpagess
{
isplay: table;
width: 100%;
background: #000000;
}
.productpage .nav-tabs li a
{
color: #fff;
}
</style> -->
<!-- Header Section End -->