Zmiana w menu
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
<div class="top-header-data">
|
||||
<ul>
|
||||
<li class="top-header-btn">
|
||||
<a href="/kontakt/">
|
||||
<img src="/upload/filemanager/icon/User-icon.svg" alt="">
|
||||
KONTAKT
|
||||
<a href="/katalogi/">
|
||||
<img src="/upload/filemanager/icon/briefcase-line.svg" alt="">
|
||||
KATALOGI
|
||||
</a>
|
||||
</li>
|
||||
<li class="top-header-btn">
|
||||
@@ -433,15 +433,15 @@
|
||||
<?= nav_item(['id' => 18, 'lang' => $lang_id, 'cTitle' => 'Firma']); ?>
|
||||
</li>
|
||||
|
||||
<!-- item 3 -->
|
||||
<li>
|
||||
<?= nav_item(5, $lang_id); ?>
|
||||
</li>
|
||||
|
||||
<!-- item 4 -->
|
||||
<li>
|
||||
<?= nav_item(88, $lang_id); ?>
|
||||
</li>
|
||||
|
||||
<!-- item 3 -->
|
||||
<li>
|
||||
<?= nav_item( 100, $lang_id ); ?>
|
||||
</li>
|
||||
<li class="search-item">
|
||||
<a class="search" href="#">
|
||||
<img alt="" src="/upload/filemanager/icon/search-black.svg" />
|
||||
@@ -513,7 +513,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
if ( windowsize > 991 ) {
|
||||
$(function () {
|
||||
$('body').on(
|
||||
@@ -521,7 +521,7 @@
|
||||
'#header-nav #header-mine-menu .lvl-1 >li.parent >a',
|
||||
function (e) {
|
||||
e.preventDefault()
|
||||
|
||||
|
||||
$(this).parent().toggleClass('active');
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user