1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

Merge pull request #6605 from iMattPro/ticket/17300

[ticket/17300] Better Sticky and Announcement Icons
This commit is contained in:
Marc Alexander
2024-05-30 10:21:10 +02:00
committed by GitHub
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,