Mise à jour Camille
This commit is contained in:
parent
1dd4060314
commit
b373875a61
33 changed files with 883 additions and 150 deletions
20
site/config/menu.php
Normal file
20
site/config/menu.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'site' => [
|
||||
'label' => 'Accueil',
|
||||
],
|
||||
'index' => [
|
||||
'icon' => 'list-bullet',
|
||||
'label' => 'Index',
|
||||
'link' => 'pages/index',
|
||||
],
|
||||
'about' => [
|
||||
'icon' => 'info',
|
||||
'label' => 'Infos',
|
||||
'link' => 'pages/infos',
|
||||
],
|
||||
'-',
|
||||
'users',
|
||||
'system'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue