1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-03 00:17:35 +02:00

[ticket/13844] FAQ in new controller format

PHPBB3-13844
This commit is contained in:
Joas Schilling
2015-05-16 22:06:37 +02:00
parent ff7e9dc912
commit 07231e7943
12 changed files with 192 additions and 24 deletions

View File

@ -1,6 +1,7 @@
phpbb_help_controller:
phpbb_help_bbcode_controller:
path: /bbcode
defaults: { _controller: phpbb.help.controller.bbcode:handle }
path: /{mode}
defaults: { _controller: phpbb.help.controller:handle }
phpbb_help_faq_controller:
path: /faq
defaults: { _controller: phpbb.help.controller.faq:handle }