1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/15905] Try with existing phpbb extension

PHPBB3-15905
This commit is contained in:
mrgoldy
2018-12-09 23:52:50 +01:00
committed by Marc Alexander
parent 012fe18879
commit 7989f3f71f
12 changed files with 77 additions and 109 deletions

View File

@@ -37,19 +37,13 @@ services:
template.twig.extensions.phpbb:
class: phpbb\template\twig\extension
arguments:
- '@auth'
- '@template_context'
- '@template.twig.environment'
- '@language'
tags:
- { name: twig.extension }
template.twig.extensions.auth:
class: phpbb\template\twig\extension\auth
arguments:
- '@auth'
tags:
- { name: twig.extension }
template.twig.extensions.avatar:
class: phpbb\template\twig\extension\avatar
tags: