Mobile menu button fix.
This commit is contained in:

committed by
KNaveenraj-ladybird

parent
2b69c8d56f
commit
3c6000878b
@@ -146,9 +146,17 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
<?php $pages = App\Model\kb\Page::where('status', '1')->where('visibility', '1')->get();
|
<?php $pages = App\Model\kb\Page::where('status', '1')->where('visibility', '1')->get();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<button class="navbar-toggler custom-toggler" onclick="javascript:(function() { jQuery('#navbarSupportedContent').toggle(); })()" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
|
||||||
|
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button> <!-- collapse -->
|
||||||
|
|
||||||
|
|
||||||
@if(count($pages))
|
@if(count($pages))
|
||||||
<li @yield('pages') class="nav-item dropdown">
|
<li @yield('pages') class="nav-item dropdown">
|
||||||
<a class="dropdown-toggle nav-link" id="navbarDropdown" role="button" data-toggle=""
|
<a class="dropdown-toggle nav-link" id="navbarDropdown" role="button" data-toggle=""
|
||||||
|
Reference in New Issue
Block a user