Skip to content
Snippets Groups Projects
Commit 1e6aaa2f authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Ajout route traduite pour la page de création de compte utilisateur.

parent 5ec96155
Branches
Tags
No related merge requests found
......@@ -204,6 +204,16 @@ return array(
),
),
),
'register' => array(
'type' => 'Literal',
'options' => array(
'route' => '/creation-compte',
'defaults' => array(
'controller' => 'zfcuser',
'action' => 'register',
),
),
),
),
),
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment