actuel-inactuel/site/snippets/nav.php

17 lines
309 B
PHP
Raw Normal View History

2024-06-20 09:50:39 +02:00
<?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>