extranet/application/configs/menu.input.php
2016-10-05 17:24:13 +02:00

17 lines
283 B
PHP

<?php
return array(
array(
'label' => "Retour à la fiche d'identite",
'uri' => "#",
'pages' => array(
array(
'label' => "Fiche",
'module' => 'legal',
'controller' => 'identite',
'action' => 'fiche',
),
),
),
);