Ajout menu user
This commit is contained in:
parent
58a5d93f60
commit
7b51bd31b5
27
application/configs/menu.user.php
Normal file
27
application/configs/menu.user.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
return array(
|
||||
array(
|
||||
'label' => "Paramètres",
|
||||
'module' => 'user',
|
||||
'controller' => 'identity',
|
||||
'action' => 'index',
|
||||
),
|
||||
array(
|
||||
'label' => "Surveillances",
|
||||
'module' => 'user',
|
||||
'controller' => 'identity',
|
||||
'action' => 'index',
|
||||
),
|
||||
array(
|
||||
'label' => "Portefeuille",
|
||||
'module' => 'user',
|
||||
'controller' => 'identity',
|
||||
'action' => 'index',
|
||||
),
|
||||
array(
|
||||
'label' => "Commandes",
|
||||
'module' => 'user',
|
||||
'controller' => 'order',
|
||||
'action' => 'index',
|
||||
),
|
||||
);
|
Loading…
Reference in New Issue
Block a user