39 lines
776 B
PHP
39 lines
776 B
PHP
<?php
|
|
return array(
|
|
array(
|
|
'label' => "Paramètres",
|
|
'module' => 'user',
|
|
'controller' => 'identity',
|
|
'action' => 'index',
|
|
),
|
|
array(
|
|
'label' => "Commandes",
|
|
'module' => 'user',
|
|
'controller' => 'order',
|
|
'action' => 'index',
|
|
),
|
|
array(
|
|
'label' => "Surveillances",
|
|
'module' => 'user',
|
|
'controller' => 'portfolio',
|
|
'action' => 'index',
|
|
),
|
|
array(
|
|
'label' => "Portefeuille",
|
|
'module' => 'user',
|
|
'controller' => 'portfolio',
|
|
'action' => 'score',
|
|
),
|
|
array(
|
|
'label' => "Consultation",
|
|
'module' => 'user',
|
|
'controller' => 'log',
|
|
'action' => 'index',
|
|
),
|
|
array(
|
|
'label' => "Historique des connexions",
|
|
'module' => 'user',
|
|
'controller' => 'log',
|
|
'action' => 'auth',
|
|
),
|
|
); |