diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2015-05-16 22:06:37 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2015-05-16 22:09:05 +0200 |
| commit | 07231e7943e9ffdba08393be56510e682ab7a7e5 (patch) | |
| tree | 31905c8e7e124a232b8892f3f519b4b876573a77 /phpBB/config/default/routing | |
| parent | ff7e9dc91262aa43c6153831a33fda13d5324325 (diff) | |
| download | forums-07231e7943e9ffdba08393be56510e682ab7a7e5.tar forums-07231e7943e9ffdba08393be56510e682ab7a7e5.tar.gz forums-07231e7943e9ffdba08393be56510e682ab7a7e5.tar.bz2 forums-07231e7943e9ffdba08393be56510e682ab7a7e5.tar.xz forums-07231e7943e9ffdba08393be56510e682ab7a7e5.zip | |
[ticket/13844] FAQ in new controller format
PHPBB3-13844
Diffstat (limited to 'phpBB/config/default/routing')
| -rw-r--r-- | phpBB/config/default/routing/help.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/config/default/routing/help.yml b/phpBB/config/default/routing/help.yml index 9b15040875..8d43839d1e 100644 --- a/phpBB/config/default/routing/help.yml +++ b/phpBB/config/default/routing/help.yml @@ -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 } |
