1
0
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:
Marc Alexander
2024-01-04 20:22:24 +01:00
parent 8bbb4aa25d
commit 75b2579aa9
27 changed files with 106 additions and 97 deletions

View File

@@ -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="">