Mise à jour des liens du menu User
This commit is contained in:
parent
399d6caf32
commit
3b3a0568a9
@ -7,15 +7,9 @@ return array(
|
||||
'action' => 'index',
|
||||
),
|
||||
array(
|
||||
'label' => "Surveillances",
|
||||
'label' => "Consommation",
|
||||
'module' => 'user',
|
||||
'controller' => 'identity',
|
||||
'action' => 'index',
|
||||
),
|
||||
array(
|
||||
'label' => "Portefeuille",
|
||||
'module' => 'user',
|
||||
'controller' => 'identity',
|
||||
'controller' => 'log',
|
||||
'action' => 'index',
|
||||
),
|
||||
array(
|
||||
@ -24,4 +18,16 @@ return array(
|
||||
'controller' => 'order',
|
||||
'action' => 'index',
|
||||
),
|
||||
array(
|
||||
'label' => "Surveillances",
|
||||
'module' => 'user',
|
||||
'controller' => 'portfolio',
|
||||
'action' => 'index',
|
||||
),
|
||||
array(
|
||||
'label' => "Portefeuille",
|
||||
'module' => 'user',
|
||||
'controller' => 'portfolio',
|
||||
'action' => 'score',
|
||||
),
|
||||
);
|
Loading…
Reference in New Issue
Block a user