add cookies
This commit is contained in:
12
header.php
12
header.php
@@ -95,10 +95,7 @@
|
||||
</div>
|
||||
</noscript>
|
||||
<!-- //Rating@Mail.ru counter -->
|
||||
<!-------------------------------------------------------------------------------- Статусная строка -->
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
@@ -112,13 +109,14 @@
|
||||
<div class="site-header-content">
|
||||
<div class="sportpressa-logo">
|
||||
<a href="<?php echo home_url()?>"><span class="redword">С</span>порт</a>
|
||||
<img src="<?php echo home_url()?>/sportpressa.svg" width="40">
|
||||
<img src="<?php echo home_url()?>/sportpressa.svg" width="30">
|
||||
<a href="<?php echo home_url()?>">Пресса</a>
|
||||
</div>
|
||||
|
||||
<button class="hamburger" id="mobile-menu-toggle" aria-label="Открыть меню">
|
||||
<span class="hamburger-icon"></span>
|
||||
</button>
|
||||
|
||||
|
||||
<div class="mobile-menu-overlay">
|
||||
<button class="mobile-menu-close" id="mobile-menu-close" aria-label="Закрыть меню">
|
||||
@@ -135,6 +133,7 @@
|
||||
) );
|
||||
?>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
|
||||
<nav class="desktop-nav">
|
||||
@@ -147,6 +146,9 @@
|
||||
) );
|
||||
?>
|
||||
</nav>
|
||||
|
||||
<?php //get_template_part( 'template-parts/subscripts-promo' ); ?>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user