Suppression chemins absolus

This commit is contained in:
Jean-Christophe Engel 2023-12-05 10:07:01 +01:00
parent c70668831c
commit 6b6a54c357
17 changed files with 37 additions and 38 deletions

View file

@ -2,7 +2,7 @@
{{:admin_header title="Gestion des matériels" current="module_equipment"}}
{{* barre de navigation *}}
{{:include file="/%s/_nav.html"|args:$module.name current="categories"}}
{{:include file="../_nav.html" current="categories"}}
{{if $_GET.ok}}
<p class="block confirm">{{$_GET.msg}}</p>

View file

@ -8,7 +8,7 @@
{{if $_GET.dialog === null}}
{{* barre de navigation *}}
{{:include file="/%s/_nav.html"|args:$module.name current="categories"}}
{{:include file="../_nav.html" current="categories"}}
{{else}}
<header class="header">
<h1>Matériels de la catégorie « {{$cat_name}} »</h1>
@ -16,6 +16,6 @@
{{/if}}
{{:assign var="categories." value=$_GET.key}}
{{:include file="/%s/inventaire.html"|args:$module.name}}
{{:include file="../inventaire.html"}}
{{:admin_footer}}