Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jun 18, 2021
1 parent 799e553 commit 8eb7651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/views/headers/_header-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<i class="icon-magnifier"></i>
</a>
</div>
<div class="sx-search-form sx-invisible-search-block">
<div class="sx-header-menu-item sx-search-form sx-invisible-search-block">
<form action="<?= \yii\helpers\Url::to(['/cmsSearch/result/index']); ?>" method="get">
<div class="container">
<div class="row">
Expand Down
7 changes: 4 additions & 3 deletions src/views/headers/header-mobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,16 @@
<?php echo $this->render("@app/views/headers/_header-auth"); ?>
<? endif; ?>
<!-- Responsive Toggle Button -->
<a href="#sx-menu" class="navbar-toggler btn g-px-0 g-valign-middle">

<!-- End Responsive Toggle Button -->
</div>
<a href="#sx-menu" class="navbar-toggler btn g-px-0 g-valign-middle">
<span class="hamburger">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</span>
</a>
<!-- End Responsive Toggle Button -->
</div>
</div>
</nav>
</div>
Expand Down

0 comments on commit 8eb7651

Please sign in to comment.