extranet/application/configs/menu.user.php
2016-09-07 16:16:17 +02:00

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',
),
);