mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 19:49:54 +02:00
[ticket/11795] Use phpBB template syntax instead of TWIG
PHPBB3-11795
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user