php cleanup
This commit is contained in:
72
header.php
72
header.php
@@ -50,14 +50,7 @@
|
||||
<a href="<?php echo home_url(); ?>">
|
||||
<div class="dis-logo">
|
||||
</div>
|
||||
<!-- <object class="white" data="<?php echo get_template_directory_uri(); ?>/img/dis-logo-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-logo-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/dis-logo-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-logo-black.png" />
|
||||
</object> -->
|
||||
|
||||
</a>
|
||||
</div>
|
||||
<!-- /logo -->
|
||||
@@ -65,14 +58,7 @@
|
||||
<a href="https://www.facebook.com/designisso" target="_blank">
|
||||
<div class="facebook-icon icon menuicon">
|
||||
</div>
|
||||
<!-- <object class="white" data="<?php echo get_template_directory_uri(); ?>/img/facebook_icon-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/facebook_icon-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/facebook_icon-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/facebook_icon-black.png" />
|
||||
</object> -->
|
||||
|
||||
</a>
|
||||
|
||||
</div>
|
||||
@@ -81,14 +67,7 @@
|
||||
<div class="kereso-icon icon">
|
||||
|
||||
</div>
|
||||
<!-- <object class="white" data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-black.png" />
|
||||
</object> -->
|
||||
|
||||
</button>
|
||||
<div class="search-bar">
|
||||
<?php get_search_form();?>
|
||||
@@ -111,18 +90,8 @@
|
||||
<div class="header-2 header-inner">
|
||||
<div class="menubutton">
|
||||
<button type="button" id="toggle-sidebar">
|
||||
<div class="menubutton-icon icon menuicon">
|
||||
|
||||
</div>
|
||||
<!-- <object class="white" data="<?php echo get_template_directory_uri(); ?>/img/dis-plus-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-plus-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/dis-plus-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-plus-black.png" />
|
||||
</object> -->
|
||||
|
||||
<div class="menubutton-icon icon menuicon">
|
||||
</div>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
@@ -131,14 +100,7 @@
|
||||
<div class="instagram-icon icon menuicon">
|
||||
|
||||
</div>
|
||||
<!-- <object class="white" data="<?php echo get_template_directory_uri(); ?>/img/instagram_icon-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/instagram_icon-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/instagram_icon-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/instagram_icon-black.png" />
|
||||
</object> -->
|
||||
|
||||
</a>
|
||||
</div>
|
||||
<div class="events-link">
|
||||
@@ -146,14 +108,7 @@
|
||||
<div class="esemeny-icon icon menuicon">
|
||||
|
||||
</div>
|
||||
<!-- <object class="white" data="<?php echo get_template_directory_uri(); ?>/img/naptar_icon-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/naptar_icon-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/naptar_icon-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/naptar_icon-black.png" />
|
||||
</object> -->
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -181,22 +136,13 @@
|
||||
|
||||
<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 -->
|
||||
|
||||
Reference in New Issue
Block a user