136 lines
4.4 KiB
PHP
136 lines
4.4 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">
|
|
|
|
<!-- favicon -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="<?php echo get_template_directory_uri(); ?>/img/icons/apple-touch-icon.png?v=m2R26gv6zM">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="<?php echo get_template_directory_uri(); ?>/img/icons/favicon-32x32.png?v=m2R26gv6zM">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="<?php echo get_template_directory_uri(); ?>/img/icons/favicon-16x16.png?v=m2R26gv6zM">
|
|
<link rel="manifest" href="<?php echo get_template_directory_uri(); ?>/img/icons/site.webmanifest?v=m2R26gv6zM">
|
|
<link rel="mask-icon" href="<?php echo get_template_directory_uri(); ?>/img/icons/safari-pinned-tab.svg?v=m2R26gv6zM" color="#000000">
|
|
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/img/icons/favicon.ico?v=m2R26gv6zM">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<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();?>
|
|
</head>
|
|
|
|
<body <?php body_class();?>>
|
|
|
|
<!-- facebook -->
|
|
<div id="fb-root"></div>
|
|
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/hu_HU/sdk.js#xfbml=1&version=v4.0&appId=525065661232966&autoLogAppEvents=1"></script>
|
|
|
|
<!-- wrapper -->
|
|
<div class="wrapper">
|
|
|
|
<!-- header -->
|
|
<header class="header clear">
|
|
|
|
<!-- ------------------------------ header-1 ------------------------------- -->
|
|
|
|
<div class="header-1 header-inner">
|
|
<!-- logo -->
|
|
<div class="logo">
|
|
<a href="<?php echo home_url(); ?>" aria-label="<?php _e('Back to home', 'dis2019');?>">
|
|
<div class="dis-logo">
|
|
</div>
|
|
|
|
</a>
|
|
</div>
|
|
<!-- /logo -->
|
|
<div class="fb-link social-link">
|
|
<a href="https://www.facebook.com/designisso" target="_blank" aria-label="Designisso Facebook">
|
|
<div class="facebook-icon icon menuicon">
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
<div class="search-box">
|
|
<button type="button" id="search-button" class="kereso-icon icon" aria-label="<?php _e('Show search', 'dis2019');?>">
|
|
</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" aria-label="<?php _e('Scroll left', 'dis2019');?>"></button>
|
|
</div>
|
|
|
|
<div class="header-scroll header-scroll-right">
|
|
<button type="button" aria-label="<?php _e('Scroll right', 'dis2019');?>"></button>
|
|
</div>
|
|
|
|
<!-- ----------------------------- header 2 ------------------------------ -->
|
|
|
|
<div class="header-2 header-inner">
|
|
<div class="menubutton">
|
|
<button type="button" id="toggle-sidebar" class="menubutton-icon icon menuicon" aria-label="<?php _e('Menu', 'dis2019');?>"></button>
|
|
</div>
|
|
<div class="ig-link social-link">
|
|
<a href="https://www.instagram.com/design_is_so/" target="_blank" aria-label="Designisso Instagram">
|
|
<div class="instagram-icon icon menuicon">
|
|
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="events-link">
|
|
<a href="/index.php/category/<?php echo get_theme_mod('dis-2019-event-cat-slug'); ?>" target="_top" aria-label="<?php _e('Events', 'dis2019');?>">
|
|
<div class="esemeny-icon icon menuicon">
|
|
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
<!-- nav -->
|
|
<div id="sidebar">
|
|
<nav 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 class="tag-nav">
|
|
|
|
<?php wp_nav_menu(array('theme_location' => 'tag-menu'));?>
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</header>
|
|
<!-- /header -->
|
|
<div class="loadingscreen">
|
|
|
|
</div>
|
|
<main>
|