ajout _ devant nom fichiers inclus

This commit is contained in:
Jean-Christophe Engel 2025-05-26 10:18:57 +02:00
parent e87232e7d4
commit 2c42cad54a
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{{* -*- brindille -*- *}}
{{:admin_header title="Immobilisations et amortissements" custom_css="./style.css" current="module_amortissement"}}
{{:admin_header title="Immobilisations et amortissements" custom_css="./style.css" current="module_amortization"}}
{{* barre de navigation *}}
{{if $_GET.type_immo == null}}
@ -48,11 +48,11 @@
{{/load}}
{{if $type_immo == "autres"}}
{{:include file="./immobilisations_autres.html"}}
{{:include file="_immobilisations_autres.html"}}
{{elseif $type_immo == "archive"}}
{{:include file="archives.html"}}
{{:include file="_archives.html"}}
{{elseif $type_immo == "encours" || $type_immo == "fini"}}
{{:include file="./immobilisations.html"}}
{{:include file="_immobilisations.html"}}
{{/if}}
{{:admin_footer}}