diff --git a/phpBB/phpbb/template/twig/extension/icon.php b/phpBB/phpbb/template/twig/extension/icon.php index 8edd33bbc7d..37888538370 100644 --- a/phpBB/phpbb/template/twig/extension/icon.php +++ b/phpBB/phpbb/template/twig/extension/icon.php @@ -280,7 +280,7 @@ protected function prepare_svg(\Twig\TemplateWrapper $file, &$view_box = '') * * {{ Icon('font', { * 'bullhorn': topicrow.S_POST_GLOBAL or topicrow.S_POST_ANNOUNCE, - * 'star': topicrow.S_POST_STICKY, + * 'thumbtack': topicrow.S_POST_STICKY, * 'lock': topicrow.S_TOPIC_LOCKED, * 'fire': topicrow.S_TOPIC_HOT, * 'file': true, diff --git a/phpBB/styles/prosilver/imgs/svg/bullhorn.svg b/phpBB/styles/prosilver/imgs/svg/bullhorn.svg new file mode 100644 index 00000000000..2755c3b78bb --- /dev/null +++ b/phpBB/styles/prosilver/imgs/svg/bullhorn.svg @@ -0,0 +1 @@ + diff --git a/phpBB/styles/prosilver/imgs/svg/globe.svg b/phpBB/styles/prosilver/imgs/svg/globe.svg new file mode 100644 index 00000000000..c3405615094 --- /dev/null +++ b/phpBB/styles/prosilver/imgs/svg/globe.svg @@ -0,0 +1 @@ + diff --git a/phpBB/styles/prosilver/imgs/svg/thumbtack.svg b/phpBB/styles/prosilver/imgs/svg/thumbtack.svg new file mode 100644 index 00000000000..9a0adc18fa9 --- /dev/null +++ b/phpBB/styles/prosilver/imgs/svg/thumbtack.svg @@ -0,0 +1 @@ + diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index cff04e89bcc..786c09c5317 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -40,9 +40,9 @@

{L_FORUM}{L_COLON} {FORUM_NAME}

{{ Icon('svg', { - 'info-variant' : topicrow.S_POST_GLOBAL, - 'info-variant' : topicrow.S_POST_ANNOUNCE, - 'star' : topicrow.S_POST_STICKY, + 'globe' : topicrow.S_POST_GLOBAL, + 'bullhorn' : topicrow.S_POST_ANNOUNCE, + 'thumbtack' : topicrow.S_POST_STICKY, 'lock' : topicrow.S_TOPIC_LOCKED, 'arrow-right-bold' : topicrow.S_TOPIC_MOVED, 'fire' : topicrow.S_TOPIC_HOT, diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 8ea1bd05182..e7cd42ff4f9 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -82,9 +82,9 @@

{SEARCH_TITLE}