1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13844] Refactor bbcode help to the new system

PHPBB3-13844
This commit is contained in:
Joas Schilling
2015-05-16 18:49:32 +02:00
parent 5586cbbcfe
commit ff7e9dc912
5 changed files with 271 additions and 0 deletions

View File

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