mobile home and friends
This commit is contained in:
36
header.php
36
header.php
@@ -1,20 +1,28 @@
|
||||
<!doctype html>
|
||||
<html <?php language_attributes(); ?> class="no-js">
|
||||
<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>
|
||||
<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"> -->
|
||||
|
||||
<!-- 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 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'); ?>">
|
||||
<meta name="description" content="<?php bloginfo('description');?>">
|
||||
|
||||
<?php wp_head(); ?>
|
||||
<?php wp_head();?>
|
||||
<script>
|
||||
// conditionizr.com
|
||||
// configure environment tests
|
||||
@@ -26,7 +34,7 @@
|
||||
|
||||
</head>
|
||||
|
||||
<body <?php body_class(); ?>>
|
||||
<body <?php body_class();?>>
|
||||
|
||||
<!-- wrapper -->
|
||||
<div class="wrapper">
|
||||
@@ -64,7 +72,7 @@
|
||||
</object>
|
||||
</button>
|
||||
<div class="search-bar">
|
||||
<?php get_search_form(); ?>
|
||||
<?php get_search_form();?>
|
||||
</div>
|
||||
</div><!-- search end -->
|
||||
|
||||
@@ -101,7 +109,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="events-link">
|
||||
<a href="/index.php/category/<?php echo get_theme_mod('dis-2019-event-cat-slug');?>" target="_top">
|
||||
<a href="/index.php/category/<?php echo get_theme_mod('dis-2019-event-cat-slug'); ?>" 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" />
|
||||
@@ -114,11 +122,11 @@
|
||||
<nav role="navigation" id="sidebar-wrapper" class="nav sidebar-wrapper">
|
||||
|
||||
<?php //dis2019_nav(); ?>
|
||||
<?php wp_nav_menu( array( 'theme_location' => 'main-left-menu') ); ?>
|
||||
<?php wp_nav_menu(array('theme_location' => 'main-left-menu'));?>
|
||||
<div class="menuseparator">
|
||||
|
||||
|
||||
</div>
|
||||
<?php wp_nav_menu( array( 'theme_location' => 'main-right-menu') ); ?>
|
||||
<?php wp_nav_menu(array('theme_location' => 'main-right-menu'));?>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
@@ -134,7 +142,7 @@
|
||||
<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') ); ?>
|
||||
<?php wp_nav_menu(array('theme_location' => 'tag-menu'));?>
|
||||
</nav>
|
||||
<!-- <div class="sub-wrapper">
|
||||
</div> -->
|
||||
|
||||
Reference in New Issue
Block a user