From 455d6b071bb7d77f5b1da7300982e3910e50f023 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 2 Jan 2024 21:30:29 +0100 Subject: [PATCH] [ticket/17283] Adjust classes and lang call for icon PHPBB3-17283 --- .../all/template/macros/icons/font.twig | 2 +- .../prosilver/template/display_options.html | 4 +-- phpBB/styles/prosilver/template/faq_body.html | 2 +- .../prosilver/template/forumlist_body.html | 13 +++++----- phpBB/styles/prosilver/template/jumpbox.html | 10 +++---- .../prosilver/template/navbar_header.html | 14 +++++----- .../prosilver/template/viewforum_body.html | 26 +++++++++---------- phpBB/styles/prosilver/theme/icons.css | 4 +++ 8 files changed, 40 insertions(+), 35 deletions(-) diff --git a/phpBB/styles/all/template/macros/icons/font.twig b/phpBB/styles/all/template/macros/icons/font.twig index 21f2e07b78..a0933d6164 100644 --- a/phpBB/styles/all/template/macros/icons/font.twig +++ b/phpBB/styles/all/template/macros/icons/font.twig @@ -1,3 +1,3 @@ {% apply spaceless %} - {% if TITLE %}{{ lang(TITLE) }}{% endif %} + {% if TITLE %}{{ TITLE }}{% endif %} {% endapply %} diff --git a/phpBB/styles/prosilver/template/display_options.html b/phpBB/styles/prosilver/template/display_options.html index db55be9737..dd909d3471 100644 --- a/phpBB/styles/prosilver/template/display_options.html +++ b/phpBB/styles/prosilver/template/display_options.html @@ -1,8 +1,8 @@