1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/twig] Replace phpBB template with Twig

Move phpbb_template class to phpbb_template_phpbb
Changed phpbb_template class to an interface
Switch services.yml to load phpbb_template_twig instead of phpbb_template

PHPBB3-11598
This commit is contained in:
Nathan Guse
2013-06-10 12:59:47 -05:00
parent eac3c1f75c
commit b035697800
4 changed files with 898 additions and 396 deletions

View File

@@ -254,7 +254,7 @@ services:
class: phpbb_style_path_provider
template:
class: phpbb_template
class: phpbb_template_twig
arguments:
- %core.root_path%
- %core.php_ext%