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

[ticket/15538] Create macro and remove icons

PHPBB3-15538
This commit is contained in:
mrgoldy
2019-09-30 16:42:03 +02:00
committed by Marc Alexander
parent 094f0f663c
commit d8274c19c8
14 changed files with 200 additions and 178 deletions

View File

@@ -57,6 +57,7 @@ services:
template.twig.extensions.icon:
class: phpbb\template\twig\extension\icon
arguments:
- '@template.twig.environment'
- '@user'
tags:
- { name: twig.extension }