1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -280,7 +280,7 @@ class icon extends AbstractExtension
*
* {{ 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,