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="Configuration" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
{{:include file="/%s/_nav.html"|args:$module.name current="config"}}
|
||||
{{:include file="_nav.html" current="config"}}
|
||||
|
||||
{{if $_GET.ok}}
|
||||
<p class="block confirm">Configuration enregistrée.</p>
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
{{/form}}
|
||||
|
||||
{{* config par défaut *}}
|
||||
{{:read file="/%s/defaut.json"|args:$module.name assign="config_defaut"}}
|
||||
{{:read file="./defaut.json" assign="config_defaut"}}
|
||||
{{:assign config_defaut=$config_defaut|json_decode}}
|
||||
|
||||
{{* types d'entrées *}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue