1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 14:18:24 +01:00

[ticket/17283] Remove iconify from template files and assets

PHPBB3-17283
This commit is contained in:
Marc Alexander 2024-01-04 20:26:22 +01:00
parent 75b2579aa9
commit 9af61c1f1e
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
9 changed files with 0 additions and 107077 deletions

View File

@ -27,8 +27,6 @@ installLang = {
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS admin.js -->
{$ICONIFY_ICONS}
<script src="{T_ASSETS_PATH}/iconify/iconify.min.js?assets_version={T_ASSETS_VERSION}"></script>
{$SCRIPTS}
</body>

View File

@ -45,10 +45,8 @@
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS ajax.js -->
<!-- INCLUDEJS admin.js -->
{% INCLUDEJS T_ASSETS_PATH ~ '/iconify/iconify.min.js' %}
<!-- EVENT acp_overall_footer_after -->
{$ICONIFY_ICONS}
{$SCRIPTS}
{% EVENT acp_overall_footer_body_after %}

View File

@ -19,10 +19,8 @@
<script src="{T_JQUERY_LINK}"></script>
<!-- IF S_ALLOW_CDN --><script>window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.6.0.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF -->
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
{% INCLUDEJS T_ASSETS_PATH ~ '/iconify/iconify.min.js' %}
<!-- EVENT acp_simple_footer_after -->
{$ICONIFY_ICONS}
{$SCRIPTS}
{% EVENT acp_simple_footer_body_after %}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -76,7 +76,6 @@
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS forum_fn.js -->
<!-- INCLUDEJS ajax.js -->
{% INCLUDEJS T_ASSETS_PATH ~ '/iconify/iconify.min.js' %}
<!-- IF S_COOKIE_NOTICE -->
<script src="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.js?assets_version={T_ASSETS_VERSION}"></script>
@ -108,7 +107,6 @@
<!-- EVENT overall_footer_after -->
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
{$ICONIFY_ICONS}
{$SCRIPTS}
<!-- EVENT overall_footer_body_after -->

View File

@ -46,10 +46,8 @@
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS forum_fn.js -->
<!-- INCLUDEJS ajax.js -->
{% INCLUDEJS T_ASSETS_PATH ~ '/iconify/iconify.min.js' %}
<!-- EVENT simple_footer_after -->
{$ICONIFY_ICONS}
{$SCRIPTS}
{% EVENT simple_footer_body_after %}