1
0
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:
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

@@ -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,