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
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -204,6 +204,16 @@ return array(
                            ),
                        ),
                    ),
                    'register' => array(
                        'type' => 'Literal',
                        'options' => array(
                            'route' => '/creation-compte',
                            'defaults' => array(
                                'controller' => 'zfcuser',
                                'action'     => 'register',
                            ),
                        ),
                    ),
                ),
            ),
        ),