17 lines
309 B
PHP
17 lines
309 B
PHP
|
|
<?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>
|