Ajout gestion configuration

This commit is contained in:
Jean-Christophe Engel 2023-10-24 18:11:28 +02:00
parent c190d72f3c
commit 50230bc673
3 changed files with 166 additions and 0 deletions

View file

@ -5,5 +5,6 @@
<li {{if $current == 'categories'}} class="current"{{/if}}><a href="{{$base_path}}/categories/index.html">Catégories</a></li>
<li {{if $current == 'entrees'}} class="current"{{/if}}><a href="{{$base_path}}/mouvements/entrees/index.html">Entrées</a></li>
<li {{if $current == 'sorties'}} class="current"{{/if}}><a href="{{$base_path}}/mouvements/sorties/index.html">Sorties</a></li>
<li {{if $current == 'config'}} class="current"{{/if}}><a href="{{$base_path}}/config.html">Configuration</a></li>
</ul>
</nav>