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

[ticket/17335] Add lang_raw twig function for templates

PHPBB-17335
This commit is contained in:
Marc Alexander
2024-06-14 23:10:09 +02:00
parent 173e1ceeba
commit 48cc96b489
3 changed files with 20 additions and 3 deletions

View File

@@ -3,3 +3,7 @@
{{ lang_js('VARIABLE') }}
{{ lang_js('1_VARIABLE') }}
{{ lang_raw('VARIABLE') }}
{{ lang_raw('1_VARIABLE') }}
{{ lang_raw('ARY_VARIABLE')|join('|') }}