Suppression chemins absolus
This commit is contained in:
parent
c70668831c
commit
6b6a54c357
17 changed files with 37 additions and 38 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue