diff --git a/phpBB/styles/all/template/macros/icons/font.twig b/phpBB/styles/all/template/macros/icons/font.twig index f20bcc3a36..9a350f8f03 100644 --- a/phpBB/styles/all/template/macros/icons/font.twig +++ b/phpBB/styles/all/template/macros/icons/font.twig @@ -1,3 +1,3 @@ -{% spaceless %} +{% apply spaceless %} {% if TITLE %}{{ lang(TITLE) }}{% endif %} -{% endspaceless %} +{% endapply %} diff --git a/phpBB/styles/all/template/macros/icons/iconify.twig b/phpBB/styles/all/template/macros/icons/iconify.twig index 8ffcf7a4d3..5a4387b497 100644 --- a/phpBB/styles/all/template/macros/icons/iconify.twig +++ b/phpBB/styles/all/template/macros/icons/iconify.twig @@ -1,3 +1,3 @@ -{% spaceless %} +{% apply spaceless %} {% if TITLE %}{{ lang(TITLE) }}{% endif %} -{% endspaceless %} +{% endapply %} diff --git a/phpBB/styles/all/template/macros/icons/png.twig b/phpBB/styles/all/template/macros/icons/png.twig index f171d591b7..38e36efe72 100644 --- a/phpBB/styles/all/template/macros/icons/png.twig +++ b/phpBB/styles/all/template/macros/icons/png.twig @@ -1,3 +1,3 @@ -{% spaceless %} +{% apply spaceless %} {{ TITLE }} -{% endspaceless %} +{% endapply %} diff --git a/phpBB/styles/all/template/macros/icons/svg.twig b/phpBB/styles/all/template/macros/icons/svg.twig index 601661dc35..3a2128ff9f 100644 --- a/phpBB/styles/all/template/macros/icons/svg.twig +++ b/phpBB/styles/all/template/macros/icons/svg.twig @@ -1,4 +1,4 @@ -{% spaceless %} +{% apply spaceless %} {% set TITLE_ID = TITLE ? TITLE|lower|replace({' ': '_'}) ~ '-' ~ random() %} -{% endspaceless %} +{% endapply %} diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index 72ae4de0b7..44ad4ff2d2 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -113,7 +113,7 @@ {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} - {{ Icon('iconify', 'fa:external-link-square', lang('TOPICS_UNAPPROVED'), true, 'c-last-post-icon') }} + {{ Icon('iconify', 'fa:external-link-square', lang('VIEW_LATEST_POST'), true, 'c-last-post-icon') }}
diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index c6059e0873..69988e57f2 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -23,7 +23,7 @@ {L_USERNAME}{L_COLON}
- {USERNAME} {{ Icon('iconify', 'fa:circle', lang('L_ONLINE'), true, 'c-online-icon') }} + {USERNAME} {{ Icon('iconify', 'fa:circle', lang('ONLINE'), true, 'c-online-icon') }} [ {L_EDIT_PROFILE} ] [ {L_USER_ADMIN} ] [ {L_USER_BAN} ] diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html index f87c7f1ce8..fc6cfca2db 100644 --- a/phpBB/styles/prosilver/template/navbar_footer.html +++ b/phpBB/styles/prosilver/template/navbar_footer.html @@ -7,7 +7,7 @@ {% apply spaceless %} - {{ Icon('iconify', 'fa:home', lang('SITE_HOME'), false) }} + {{ Icon('iconify', 'fa:home', lang('L_SITE_HOME'), false) }} {% endapply %} diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 3dd673c51d..63e92eb1ab 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -136,7 +136,7 @@
  • - {{ Icon('iconify', 'fa:power-off', lang('LOGIN_LOGOUT'), false) }} + {{ Icon('iconify', 'fa:power-off', lang('L_LOGIN_LOGOUT'), false) }}
  • @@ -163,7 +163,7 @@
  • - {{ Icon('iconify', 'fa:power-off', lang('LOGIN_LOGOUT'), false) }} + {{ Icon('iconify', 'fa:power-off', lang('L_LOGIN_LOGOUT'), false) }}
  • diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 19e274bd17..307471abab 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -55,7 +55,7 @@
    {L_CONTACT}{L_COLON}