Ajout menu user

This commit is contained in:
Michael RICOIS 2016-05-05 14:24:29 +02:00
parent 58a5d93f60
commit 7b51bd31b5

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