1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +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

@@ -5,16 +5,6 @@ services:
- @template
- @language
phpbb.help.controller:
class: phpbb\help\controller\help
arguments:
- @controller.helper
- @dispatcher
- @template
- @user
- %core.root_path%
- %core.php_ext%
phpbb.help.controller.bbcode:
class: phpbb\help\controller\bbcode
arguments:
@@ -25,3 +15,14 @@ services:
- @language
- %core.root_path%
- %core.php_ext%
phpbb.help.controller.faq:
class: phpbb\help\controller\faq
arguments:
- @controller.helper
- @dispatcher
- @phpbb.help.manager
- @template
- @language
- %core.root_path%
- %core.php_ext%