1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

[ticket/17300] Replace Sticky and Announcement Icons

PHPBB3-17300

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman
2024-05-04 08:32:51 -07:00
parent 241cd5f41a
commit 4573e2eae0
11 changed files with 24 additions and 21 deletions

View File

@@ -322,7 +322,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case
'type' => 'font',
'icon' => [
'bullhorn' => false,
'star' => false,
'thumbtack' => false,
'lock' => true,
'fire' => false,
'file' => true,
@@ -344,7 +344,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case
'type' => 'font',
'icon' => [
'bullhorn' => false,
'star' => false,
'thumbtack' => false,
'lock' => false,
'fire' => false,
'file',