mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 16:01:40 +02:00
[ticket/17283] Remove last remaining uses of iconify
PHPBB3-17283
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<dl class="row-item">
|
||||
<dt>
|
||||
<a class="row-item-link{% if messagerow.S_PM_UNREAD %} unread{% else %} read{% endif %}" href="{messagerow.U_VIEW_PM}">
|
||||
{{ Icon('iconify', 'mdi:comment-text-outline', '', true, 'c-forum-row-icon') }}
|
||||
{{ Icon('svg', 'comment-text-outline', '', true, 'c-forum-row-icon') }}
|
||||
</a>
|
||||
{% if messagerow.PM_ICON_URL and S_PM_ICONS %}
|
||||
<img class="row-item-sub" src="{messagerow.PM_ICON_URL}" alt="">
|
||||
|
Reference in New Issue
Block a user