Ajout d'une extension
This commit is contained in:
17
ext/phpbbstudio/aps/config/routing.yml
Normal file
17
ext/phpbbstudio/aps/config/routing.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
phpbbstudio_aps_display_pagination:
|
||||
path: /aps/{page}/page-{pagination}
|
||||
defaults:
|
||||
_controller: phpbbstudio.aps.controller.main:display
|
||||
page: overview
|
||||
requirements:
|
||||
page: "^((?!shop|inventory|purchase).)*$"
|
||||
pagination: \d+
|
||||
|
||||
phpbbstudio_aps_display:
|
||||
path: /aps/{page}
|
||||
defaults:
|
||||
_controller: phpbbstudio.aps.controller.main:display
|
||||
page: overview
|
||||
pagination: 1
|
||||
requirements:
|
||||
page: "^((?!shop|inventory|purchase).)*$"
|
||||
Reference in New Issue
Block a user