mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/17283] Replace iconify fa with direct fa icons
PHPBB3-17283
This commit is contained in:
@@ -52,13 +52,13 @@
|
||||
|
||||
<div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}">
|
||||
<a href="#" class="alert_close">
|
||||
{{ Icon('iconify', 'fa:times-circle', '', true) }}
|
||||
{{ Icon('font', 'circle-xmark', '', true) }}
|
||||
</a>
|
||||
<h3 class="alert_title"> </h3><p class="alert_text"></p>
|
||||
</div>
|
||||
<div id="phpbb_confirm" class="phpbb_alert">
|
||||
<a href="#" class="alert_close">
|
||||
{{ Icon('iconify', 'fa:times-circle', '', true) }}
|
||||
{{ Icon('font', 'circle-xmark', '', true) }}
|
||||
</a>
|
||||
<div class="alert_text"></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user