aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-04 10:13:05 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-04 10:13:05 -0500
commit884a5b06fa2e300285a67885d0652d201c7a330a (patch)
tree782ff0a2f77d6026dfd897809596303d0181f257 /phpBB/config
parent36f25ea09bd42de7bc705332edc5ce3c402bd844 (diff)
downloadforums-884a5b06fa2e300285a67885d0652d201c7a330a.tar
forums-884a5b06fa2e300285a67885d0652d201c7a330a.tar.gz
forums-884a5b06fa2e300285a67885d0652d201c7a330a.tar.bz2
forums-884a5b06fa2e300285a67885d0652d201c7a330a.tar.xz
forums-884a5b06fa2e300285a67885d0652d201c7a330a.zip
[feature/twig] Add set_style function to controller helper
PHPBB3-11598
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index 23205169b9..f364bf5574 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -68,6 +68,7 @@ services:
controller.helper:
class: phpbb_controller_helper
arguments:
+ - @style
- @template
- @user
- %core.root_path%