aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-08-17 18:55:07 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-09-14 10:10:44 +0300
commite4874c180a847dc69459e381398e315998626cb0 (patch)
treeb121c70dc816a8addb46ce5cdcdee7f22f5d9215 /phpBB/styles/prosilver/template/overall_header.html
parent22c8df5403b74cbcad8a267f12c048eaaf053e0f (diff)
downloadforums-e4874c180a847dc69459e381398e315998626cb0.tar
forums-e4874c180a847dc69459e381398e315998626cb0.tar.gz
forums-e4874c180a847dc69459e381398e315998626cb0.tar.bz2
forums-e4874c180a847dc69459e381398e315998626cb0.tar.xz
forums-e4874c180a847dc69459e381398e315998626cb0.zip
[ticket/11795] Use phpBB template syntax instead of TWIG
PHPBB3-11795
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 26394034d4..bc8d9d366a 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -37,7 +37,7 @@
<![endif]-->
<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
- {% set body_attributes %}{{ body_attributes }} data-popup-pm-url="{{ U_POPUP_PM|e('html_attr') }}"{% endset %}
+ {% set body_attributes %}{{ body_attributes }} data-popup-pm-url="{U_POPUP_PM|e('html_attr')}"{% endset %}
<!-- ENDIF -->
<!-- EVENT overall_header_head_append -->