starlinks/application/configs/menu.config.php
2015-09-29 16:59:45 +00:00

29 lines
749 B
PHP

<?php
return array(
array(
'label'=> "Prestations",
'title' => "",
'controller' => 'index',
'action' => 'index',
'pages' => array(
array(
'label' => "Résumé",
'title' => 'Listes de vos prestations',
'controller' => 'presta',
'action' => 'index',
),
array(
'label' => "Fichiers",
'title' => 'Listes de vos fichiers',
'controller' => 'presta',
'action' => 'files',
),
),
),
array(
'label'=> "Contact",
'title' => "Contact",
'controller' => 'contact',
'action' => 'index',
),
);