panel : improve menu
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
This commit is contained in:
parent
8c8d25d0b2
commit
afc3bab531
2 changed files with 6 additions and 14 deletions
|
|
@ -66,7 +66,8 @@ return [
|
|||
],
|
||||
'panel' => [
|
||||
'menu' => require_once __DIR__ . '/menu.php',
|
||||
'css' => '/assets/css/panel.css'
|
||||
'css' => '/assets/css/panel.css',
|
||||
'home' => 'pages/home',
|
||||
],
|
||||
'donorbox' => [
|
||||
'api_key' => '', // À remplir avec la clé API Donorbox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue