modif config/view/index/index.php
This commit is contained in:
parent
cc22f5ac1a
commit
2393a17742
@ -8,14 +8,7 @@
|
|||||||
'value' => 'Accueil'
|
'value' => 'Accueil'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col2 offset4">
|
<div class="col2 offset6">
|
||||||
<?php echo template::button('configModulesButton', [
|
|
||||||
'href' => helper::baseUrl() . 'config/modules',
|
|
||||||
'value' => 'Modules',
|
|
||||||
'ico' => 'download',
|
|
||||||
]); ?>
|
|
||||||
</div>
|
|
||||||
<div class="col2">
|
|
||||||
<?php echo template::button('configAdvancedButton', [
|
<?php echo template::button('configAdvancedButton', [
|
||||||
'href' => helper::baseUrl() . 'config/advanced',
|
'href' => helper::baseUrl() . 'config/advanced',
|
||||||
'value' => 'Avancée',
|
'value' => 'Avancée',
|
||||||
|
Loading…
Reference in New Issue
Block a user