mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/17291] Use font icons instead of SVGs
PHPBB3-17291 Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
@@ -473,12 +473,12 @@
|
||||
<!-- BEGIN forums -->
|
||||
<tr>
|
||||
<td class="folder">
|
||||
{{ Icon('svg', {
|
||||
'link-variant' : forums.S_FORUM_LINK,
|
||||
{{ Icon('font', {
|
||||
'link' : forums.S_FORUM_LINK,
|
||||
'lock' : forums.S_FORUM_LOCKED,
|
||||
'file-document-box-multiple-outline' : forums.S_SUBFORUMS,
|
||||
'file-document-box-outline' : true,
|
||||
}, '', true, 'c-forum-row-icon') }}
|
||||
'comments' : forums.S_SUBFORUMS,
|
||||
'comment' : true,
|
||||
}, '', true) }}
|
||||
</td>
|
||||
<td class="forum-desc">
|
||||
<!-- IF forums.FORUM_IMAGE --><div style="float: {S_CONTENT_FLOW_BEGIN}; margin-right: 5px;">{forums.FORUM_IMAGE}</div><!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user