Suppression fichier inutile

This commit is contained in:
Jean-Christophe Engel 2024-12-10 14:29:54 +01:00
parent 75447396c4
commit 74ee34104f

View File

@ -1,17 +0,0 @@
{{* -*- brindille -*- *}}
{{#load key=$_GET.key}}
{{:assign cat_name=$name}}
{{/load}}
{{:admin_header title="Matériels de la catégorie « %s »"|args:$cat_name current="module_equipment"}}
{{* barre de navigation *}}
{{if ! $dialog}}
{{:include file="../_nav.html" current="entrees"}}
{{/if}}
{{:assign var="category_keys." value=$_GET.key}}
{{:include file="../inventaire.html"}}
{{:admin_footer}}