15 lines
310 B
PHP
15 lines
310 B
PHP
<?php
|
|
return array(
|
|
array(
|
|
'label' => "Compte client",
|
|
'module' => 'admin',
|
|
'controller' => 'client',
|
|
'action' => 'index',
|
|
),
|
|
array(
|
|
'label' => "Services",
|
|
'module' => 'admin',
|
|
'controller' => 'service',
|
|
'action' => 'index',
|
|
),
|
|
); |