From e8493f915931f60d46d0efffee7b6ae23b1c01c8 Mon Sep 17 00:00:00 2001
From: hanakin
+
{% endspaceless %}
diff --git a/phpBB/styles/all/template/macros/icons/svg.twig b/phpBB/styles/all/template/macros/icons/svg.twig
index e24777272e..601661dc35 100644
--- a/phpBB/styles/all/template/macros/icons/svg.twig
+++ b/phpBB/styles/all/template/macros/icons/svg.twig
@@ -2,7 +2,7 @@
{% set TITLE_ID = TITLE ? TITLE|lower|replace({' ': '_'}) ~ '-' ~ random() %}
diff --git a/phpBB/styles/prosilver/template/faq_body.html b/phpBB/styles/prosilver/template/faq_body.html
index f556fe7099..44d2767c69 100644
--- a/phpBB/styles/prosilver/template/faq_body.html
+++ b/phpBB/styles/prosilver/template/faq_body.html
@@ -36,7 +36,7 @@
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index eaac5afa5d..72ae4de0b7 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -69,8 +69,7 @@
{{ Icon('iconify', {
'fa:external-link' : forumrow.subforum.IS_LINK ,
'fa:file-o' : true,
- }, '', true, 'c-subforum-icon') }}
- {forumrow.subforum.SUBFORUM_NAME}
+ }, forumrow.subforum.SUBFORUM_NAME, false, 'c-subforum-icon') }}
{% if not forumrow.subforum.S_LAST_ROW %}{L_COMMA_SEPARATOR}{% endif %}
@@ -98,11 +97,11 @@
- {{ Icon('iconify', 'mdi:alert-decagram', '', true, 'c-unapproved-icon') }}{L_TOPICS_UNAPPROVED}
+ {{ Icon('iconify', 'mdi:alert-decagram', lang('TOPICS_UNAPPROVED'), true, 'c-unapproved-icon') }}
- {{ Icon('iconify', 'mdi:alert-decagram', '', true, 'c-unapproved-icon') }}{L_TOPICS_UNAPPROVED}
+ {{ Icon('iconify', 'mdi:alert-decagram', lang('TOPICS_UNAPPROVED'), true, 'c-unapproved-icon') }}
@@ -114,7 +113,7 @@
{L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
- {{ Icon('iconify', 'fa:external-link-square', '', true, 'c-last-post-icon') }}{L_TOPICS_UNAPPROVED}
+ {{ Icon('iconify', 'fa:external-link-square', lang('TOPICS_UNAPPROVED'), true, 'c-last-post-icon') }}
diff --git a/phpBB/styles/prosilver/template/jumpbox.html b/phpBB/styles/prosilver/template/jumpbox.html
index 86afd6e8a2..41185a7876 100644
--- a/phpBB/styles/prosilver/template/jumpbox.html
+++ b/phpBB/styles/prosilver/template/jumpbox.html
@@ -3,25 +3,25 @@
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html
index 8455ad4270..a87dbc05d4 100644
--- a/phpBB/styles/prosilver/template/mcp_forum.html
+++ b/phpBB/styles/prosilver/template/mcp_forum.html
@@ -63,17 +63,17 @@
- {{ Icon('iconify', 'fa:question', '', true, 'c-unapproved-icon') }}{L_TOPIC_UNAPPROVED}
+ {{ Icon('iconify', 'fa:question', lang('TOPIC_UNAPPROVED'), true, 'c-unapproved-icon') }}
- {{ Icon('iconify', 'fa:recycle', '', true, 'c-topic-deleted-icon') }}{L_TOPIC_DELETED}
+ {{ Icon('iconify', 'fa:recycle', lang('TOPIC_DELETED'), true, 'c-topic-deleted-icon') }}
- {{ Icon('iconify', 'fa:exclamation', '', true, 'c-topic-reported-icon') }}{L_TOPIC_REPORTED}
+ {{ Icon('iconify', 'fa:exclamation', lang('TOPIC_REPORTED'), true, 'c-topic-reported-icon') }}
[ {L_DELETE_SHADOW_TOPIC} ]
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index 96bb0a2852..0a37c151ed 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -61,7 +61,7 @@
{L_BCC}{L_COLON} {bcc_recipient.NAME_FULL} style="color:{bcc_recipient.COLOUR};">{bcc_recipient.NAME}
- {{ Icon('iconify', 'fa:exclamation', '', true, 'c-topic-reported-icon') }} - {L_TOPIC_REPORTED} {L_MESSAGE_REPORTED} + {{ Icon('iconify', 'fa:exclamation', lang('TOPIC_REPORTED'), true, 'c-topic-reported-icon') }} + {L_MESSAGE_REPORTED}
{% endif %} @@ -340,13 +340,13 @@