mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
[ticket/17300] Replace Sticky and Announcement Icons
PHPBB3-17300 Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
@@ -38,9 +38,9 @@
|
||||
<dt>
|
||||
<a class="row-item-link{% if topicrow.S_UNREAD_TOPIC %} unread{% else %} read{% endif %}" href="{topicrow.U_NEWEST_POST}" title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
|
||||
{{ 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,
|
||||
|
Reference in New Issue
Block a user