nav - don't show empty categories
This commit is contained in:
parent
09e122af64
commit
bdb8613be4
9 changed files with 295 additions and 276 deletions
17
site/snippets/nav.php
Normal file
17
site/snippets/nav.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php snippet('desktop-nav') ?>
|
||||
|
||||
<?php snippet('panel--years') ?>
|
||||
|
||||
<button
|
||||
onclick="togglePanel('years')"
|
||||
class="panel-close"
|
||||
>fermer</button>
|
||||
</nav>
|
||||
|
||||
<?php snippet('panel--categories') ?>
|
||||
|
||||
<button
|
||||
onclick="togglePanel('categories')"
|
||||
class="panel-close"
|
||||
>fermer</button>
|
||||
</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue