mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17100] Use twig functions for form elements
PHPBB3-17100
This commit is contained in:
@@ -69,6 +69,13 @@ services:
|
||||
template.twig.extensions.debug:
|
||||
class: Twig\Extension\DebugExtension
|
||||
|
||||
template.twig.extensions.forms:
|
||||
class: phpbb\template\twig\extension\forms
|
||||
arguments:
|
||||
- '@user'
|
||||
tags:
|
||||
- { name: twig.extension }
|
||||
|
||||
template:
|
||||
class: phpbb\template\twig\twig
|
||||
arguments:
|
||||
|
Reference in New Issue
Block a user