This commit is contained in:
2018-07-24 18:52:51 -05:00
parent b78029b4ca
commit a2d5a31607
16 changed files with 155 additions and 28 deletions

11
global-head.php Normal file
View File

@ -0,0 +1,11 @@
<header class="global-head">
<a class="logo-banner" href="<?php echo home_url(); ?>">
<img src="<?php header_image(); ?>" alt="<?php echo get_custom_header()->text; ?>">
</a>
<?php ildi_nav(); ?>
<?php get_search_form() ?>
<?php ildi_nav('social-menu'); ?>
</header>