155 lines
4.8 KiB
PHP
155 lines
4.8 KiB
PHP
<!doctype html>
|
|
<html <?php language_attributes(); ?> class="no-js">
|
|
|
|
<head>
|
|
<meta charset="<?php bloginfo('charset'); ?>">
|
|
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
|
|
|
|
<link href="//www.google-analytics.com" rel="dns-prefetch">
|
|
<!-- <link href="<?php //echo get_template_directory_uri(); ?>/img/icons/favicon.ico" rel="shortcut icon">
|
|
<link href="<?php //echo get_template_directory_uri(); ?>/img/icons/touch.png" rel="apple-touch-icon-precomposed"> -->
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<!-- <meta name="viewport" content="height=device-height, initial-scale=1.0"> -->
|
|
<meta name="description" content="<?php bloginfo('description'); ?>">
|
|
|
|
<?php wp_head(); ?>
|
|
<script>
|
|
// conditionizr.com
|
|
// configure environment tests
|
|
conditionizr.config({
|
|
assets: '<?php echo get_template_directory_uri(); ?>',
|
|
tests: {}
|
|
});
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body <?php body_class(); ?>>
|
|
|
|
<!-- wrapper -->
|
|
<div class="wrapper">
|
|
|
|
<!-- header -->
|
|
<header class="header clear" role="banner">
|
|
|
|
<!-- ------------------------------ header-1 ------------------------------- -->
|
|
|
|
<div class="header-1">
|
|
<!-- logo -->
|
|
<div class="logo">
|
|
<a href="<?php echo home_url(); ?>">
|
|
<object data="<?php echo get_template_directory_uri(); ?>/img/dis-logo.svg"
|
|
type="image/svg+xml">
|
|
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-logo.png" />
|
|
</object>
|
|
</a>
|
|
</div>
|
|
<!-- /logo -->
|
|
<div class="fb-link social-link">
|
|
<a href="https://www.facebook.com/designisso" target="_blank">
|
|
<object data="<?php echo get_template_directory_uri(); ?>/img/facebook_icon.svg"
|
|
type="image/svg+xml">
|
|
<img src="<?php echo get_template_directory_uri(); ?>/img/facebook_icon.png" />
|
|
</object>
|
|
</a>
|
|
|
|
</div>
|
|
<div class="search-box">
|
|
<button type="button" id="search-button">
|
|
<object data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon.svg"
|
|
type="image/svg+xml">
|
|
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon.png" />
|
|
</object>
|
|
</button>
|
|
<div class="search-bar">
|
|
<?php get_search_form(); ?>
|
|
</div>
|
|
</div><!-- search end -->
|
|
|
|
</div><!-- header-1 end -->
|
|
|
|
|
|
<div class="header-scroll header-scroll-left">
|
|
<button type="button"></button>
|
|
</div>
|
|
|
|
<div class="header-scroll header-scroll-right">
|
|
<button type="button"></button>
|
|
</div>
|
|
|
|
<!-- ----------------------------- header 2 ------------------------------ -->
|
|
|
|
<div class="header-2">
|
|
<div class="menubutton">
|
|
<button type="button" id="toggle-sidebar">
|
|
<object data="<?php echo get_template_directory_uri(); ?>/img/dis-plus.svg"
|
|
type="image/svg+xml">
|
|
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-plus.png" />
|
|
</object>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
<div class="ig-link social-link">
|
|
<a href="https://www.instagram.com/design_is_so/" target="_blank">
|
|
<object data="<?php echo get_template_directory_uri(); ?>/img/instagram_icon.svg"
|
|
type="image/svg+xml">
|
|
<img src="<?php echo get_template_directory_uri(); ?>/img/instagram_icon.png" />
|
|
</object>
|
|
</a>
|
|
</div>
|
|
<div class="events-link">
|
|
<a href="/index.php/category/esemeny" target="_top">
|
|
<object data="<?php echo get_template_directory_uri(); ?>/img/naptar_icon.svg"
|
|
type="image/svg+xml">
|
|
<img src="<?php echo get_template_directory_uri(); ?>/img/naptar_icon.png" />
|
|
</object>
|
|
</a>
|
|
</div>
|
|
|
|
<!-- nav -->
|
|
<div id="sidebar">
|
|
<nav role="navigation" id="sidebar-wrapper" class="nav sidebar-wrapper">
|
|
|
|
<?php //dis2019_nav(); ?>
|
|
<?php wp_nav_menu( array( 'theme_location' => 'main-left-menu') ); ?>
|
|
<div class="menuseparator">
|
|
|
|
</div>
|
|
<?php wp_nav_menu( array( 'theme_location' => 'main-right-menu') ); ?>
|
|
|
|
</nav>
|
|
</div>
|
|
<!-- /nav -->
|
|
|
|
|
|
|
|
</div><!-- header-2 end -->
|
|
|
|
|
|
<!-- ----------------------------- bedocircle ------------------------------ -->
|
|
|
|
<div id="tag-nav">
|
|
<nav role="navigation" class="tag-nav">
|
|
<!-- <?php //$walker = new Menu_With_Description; ?> -->
|
|
<?php wp_nav_menu( array( 'theme_location' => 'tag-menu') ); ?>
|
|
</nav>
|
|
<!-- <div class="sub-wrapper">
|
|
</div> -->
|
|
</div>
|
|
|
|
<!-- ----------------------- to top arrow on mobile ------------------------ -->
|
|
|
|
<div class="totop">
|
|
<a href="#top">
|
|
<object data="<?php echo get_template_directory_uri(); ?>/img/arrow.svg" type="image/svg+xml">
|
|
<img src="<?php echo get_template_directory_uri(); ?>/img/arrow.png" />
|
|
</object>
|
|
</a>
|
|
</div>
|
|
|
|
</header>
|
|
<!-- /header -->
|
|
<main role="main">
|