first commit

This commit is contained in:
Roman Pyrih
2023-07-24 08:30:51 +02:00
commit c2e100a763
7128 changed files with 1622619 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?php
/**
* The template part for selected header
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<?php get_template_part( 'template-parts/header/top-logo' ); ?>
<header class="page_header header_white bordered_items columns_margin_0">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<nav class="mainmenu_wrapper primary-navigation">
<?php wp_nav_menu( array(
'theme_location' => 'primary',
'menu_class' => 'sf-menu nav-menu nav',
'container' => 'ul'
) ); ?>
</nav>
</div><!-- eof .col-sm-* -->
</div><!-- eof .row-->
</div> <!-- eof .container-->
</header><!-- eof .page_header -->