1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16654] Upgrade Twig to version 3

PHPBB3-16654
This commit is contained in:
rxu
2020-12-01 13:10:45 +07:00
parent 382c7acbc8
commit 1d9f9b5ecd
14 changed files with 83 additions and 79 deletions

View File

@@ -32,12 +32,12 @@
<!-- IF AUTHOR_AVATAR --><a href="{U_MESSAGE_AUTHOR}" class="avatar">{AUTHOR_AVATAR}</a><!-- ENDIF -->
<!-- EVENT ucp_pm_viewmessage_avatar_after -->
</div>
{% spaceless %}
{% apply spaceless %}
{% EVENT ucp_pm_viewmessage_author_full_before %}
{MESSAGE_AUTHOR_FULL}
{% EVENT ucp_pm_viewmessage_author_full_after %}
<!-- IF S_ONLINE --> {{ Icon('iconify', 'fa:circle', lang('ONLINE'), true, 'c-online-icon') }}<!-- ENDIF -->
{% endspaceless %}
{% endapply %}
</dt>
<!-- EVENT ucp_pm_viewmessage_rank_before -->