|
145 | 145 | 'frontend' => array( |
146 | 146 | 'child_routes' => array( |
147 | 147 | 'contact' => array( |
148 | | - 'type' => 'Zend\Router\Http\Literal', |
| 148 | + 'type' => 'Laminas\Router\Http\Literal', |
149 | 149 | 'options' => array( |
150 | 150 | 'route' => 'contactez-nous', |
151 | 151 | 'defaults' => array( |
|
156 | 156 | 'may_terminate' => true, |
157 | 157 | 'child_routes' => array( |
158 | 158 | 'confirmation' => array( |
159 | | - 'type' => 'Zend\Router\Http\Literal', |
| 159 | + 'type' => 'Laminas\Router\Http\Literal', |
160 | 160 | 'options' => array( |
161 | 161 | 'route' => '/confirmation', |
162 | 162 | 'defaults' => array( |
|
196 | 196 | ), |
197 | 197 | ), |
198 | 198 | 'zfcuser' => array( |
199 | | - 'type' => 'Zend\Router\Http\Literal', |
| 199 | + 'type' => 'Laminas\Router\Http\Literal', |
200 | 200 | 'priority' => 1000, |
201 | 201 | 'options' => array( |
202 | 202 | 'route' => 'mon-compte', |
|
208 | 208 | 'may_terminate' => true, |
209 | 209 | 'child_routes' => array( |
210 | 210 | 'team' => array( |
211 | | - 'type' => 'Zend\Router\Http\Literal', |
| 211 | + 'type' => 'Laminas\Router\Http\Literal', |
212 | 212 | 'options' => array( |
213 | 213 | 'route' => '/team', |
214 | 214 | 'defaults' => array( |
|
218 | 218 | ), |
219 | 219 | ), |
220 | 220 | 'forgotpassword' => array( |
221 | | - 'type' => 'Zend\Router\Http\Literal', |
| 221 | + 'type' => 'Laminas\Router\Http\Literal', |
222 | 222 | 'options' => array( |
223 | 223 | 'route' => '/mot-passe-oublie', |
224 | 224 | 'defaults' => array( |
|
228 | 228 | ), |
229 | 229 | ), |
230 | 230 | 'ajaxforgotpassword' => array( |
231 | | - 'type' => 'Zend\Router\Http\Literal', |
| 231 | + 'type' => 'Laminas\Router\Http\Literal', |
232 | 232 | 'options' => array( |
233 | 233 | 'route' => '/ajax-mot-passe-oublie', |
234 | 234 | 'defaults' => array( |
|
261 | 261 | ), |
262 | 262 | ), |
263 | 263 | 'ajaxlogin' => array( |
264 | | - 'type' => 'Zend\Router\Http\Literal', |
| 264 | + 'type' => 'Laminas\Router\Http\Literal', |
265 | 265 | 'options' => array( |
266 | 266 | 'route' => '/ajaxlogin', |
267 | 267 | 'defaults' => array( |
|
271 | 271 | ), |
272 | 272 | ), |
273 | 273 | 'login' => array( |
274 | | - 'type' => 'Zend\Router\Http\Literal', |
| 274 | + 'type' => 'Laminas\Router\Http\Literal', |
275 | 275 | 'options' => array( |
276 | 276 | 'route' => '/login', |
277 | 277 | 'defaults' => array( |
|
297 | 297 | ), |
298 | 298 | ), |
299 | 299 | 'logout' => array( |
300 | | - 'type' => 'Zend\Router\Http\Literal', |
| 300 | + 'type' => 'Laminas\Router\Http\Literal', |
301 | 301 | 'options' => array( |
302 | 302 | 'route' => '/logout', |
303 | 303 | 'defaults' => array( |
|
307 | 307 | ), |
308 | 308 | ), |
309 | 309 | 'ajaxauthenticate' => array( |
310 | | - 'type' => 'Zend\Router\Http\Literal', |
| 310 | + 'type' => 'Laminas\Router\Http\Literal', |
311 | 311 | 'options' => array( |
312 | 312 | 'route' => '/ajaxauthenticate', |
313 | 313 | 'defaults' => array( |
|
317 | 317 | ), |
318 | 318 | ), |
319 | 319 | 'authenticate' => array( |
320 | | - 'type' => 'Zend\Router\Http\Literal', |
| 320 | + 'type' => 'Laminas\Router\Http\Literal', |
321 | 321 | 'options' => array( |
322 | 322 | 'route' => '/authenticate', |
323 | 323 | 'defaults' => array( |
|
364 | 364 | ), |
365 | 365 | ), |
366 | 366 | 'registermail' => array( |
367 | | - 'type' => 'Zend\Router\Http\Literal', |
| 367 | + 'type' => 'Laminas\Router\Http\Literal', |
368 | 368 | 'options' => array( |
369 | 369 | 'route' => '/registermail', |
370 | 370 | 'defaults' => array( |
|
374 | 374 | ), |
375 | 375 | ), |
376 | 376 | 'verification' => array( |
377 | | - 'type' => 'Zend\Router\Http\Literal', |
| 377 | + 'type' => 'Laminas\Router\Http\Literal', |
378 | 378 | 'options' => array( |
379 | 379 | 'route' => '/verification', |
380 | 380 | 'defaults' => array( |
|
395 | 395 | ), |
396 | 396 |
|
397 | 397 | 'profile' => array( |
398 | | - 'type' => 'Zend\Router\Http\Literal', |
| 398 | + 'type' => 'Laminas\Router\Http\Literal', |
399 | 399 | 'options' => array( |
400 | 400 | 'route' => '/mes-coordonnees', |
401 | 401 | 'defaults' => array( |
|
405 | 405 | ), |
406 | 406 | ), |
407 | 407 | 'profile_prizes' => array( |
408 | | - 'type' => 'Zend\Router\Http\Literal', |
| 408 | + 'type' => 'Laminas\Router\Http\Literal', |
409 | 409 | 'options' => array( |
410 | 410 | 'route' => '/prizes', |
411 | 411 | 'defaults' => array( |
|
415 | 415 | ), |
416 | 416 | ), |
417 | 417 | 'newsletter' => array( |
418 | | - 'type' => 'Zend\Router\Http\Literal', |
| 418 | + 'type' => 'Laminas\Router\Http\Literal', |
419 | 419 | 'options' => array( |
420 | 420 | 'route' => '/newsletter', |
421 | 421 | 'defaults' => array( |
|
425 | 425 | ), |
426 | 426 | ), |
427 | 427 | 'ajax_newsletter' => array( |
428 | | - 'type' => 'Zend\Router\Http\Literal', |
| 428 | + 'type' => 'Laminas\Router\Http\Literal', |
429 | 429 | 'options' => array( |
430 | 430 | 'route' => '/ajax-newsletter', |
431 | 431 | 'defaults' => array( |
|
435 | 435 | ), |
436 | 436 | ), |
437 | 437 | 'changepassword' => array( |
438 | | - 'type' => 'Zend\Router\Http\Literal', |
| 438 | + 'type' => 'Laminas\Router\Http\Literal', |
439 | 439 | 'options' => array( |
440 | 440 | 'route' => '/change-password', |
441 | 441 | 'defaults' => array( |
|
445 | 445 | ), |
446 | 446 | ), |
447 | 447 | 'blockaccount' => array( |
448 | | - 'type' => 'Zend\Router\Http\Literal', |
| 448 | + 'type' => 'Laminas\Router\Http\Literal', |
449 | 449 | 'options' => array( |
450 | 450 | 'route' => '/block-account', |
451 | 451 | 'defaults' => array( |
|
455 | 455 | ), |
456 | 456 | ), |
457 | 457 | 'changeemail' => array( |
458 | | - 'type' => 'Zend\Router\Http\Literal', |
| 458 | + 'type' => 'Laminas\Router\Http\Literal', |
459 | 459 | 'options' => array( |
460 | 460 | 'route' => '/change-email', |
461 | 461 | 'defaults' => array( |
|
478 | 478 | ), |
479 | 479 | 'child_routes' => array( |
480 | 480 | 'logout' => array( |
481 | | - 'type' => 'Zend\Router\Http\Literal', |
| 481 | + 'type' => 'Laminas\Router\Http\Literal', |
482 | 482 | 'options' => array( |
483 | 483 | 'route' => '/logout', |
484 | 484 | 'defaults' => array( |
|
488 | 488 | ), |
489 | 489 | ), |
490 | 490 | 'playgrounduser' => array( |
491 | | - 'type' => 'Zend\Router\Http\Literal', |
| 491 | + 'type' => 'Laminas\Router\Http\Literal', |
492 | 492 | 'priority' => 1000, |
493 | 493 | 'options' => array( |
494 | 494 | 'route' => '/user', |
|
0 commit comments