1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/16944] Fix path and update iconify bundle

PHPBB3-16944
This commit is contained in:
Marc Alexander
2023-08-15 09:50:19 +02:00
parent a1b41f25ef
commit bd6cd8f2fc
3 changed files with 12 additions and 7 deletions

View File

@@ -76,8 +76,8 @@
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS forum_fn.js -->
<!-- INCLUDEJS ajax.js -->
<script src="{{ T_ASSETS_PATH ~ '/iconify/iconify-bundle.js?assets_version=' ~ T_ASSETS_VERSION }}"></script>
<script src="{T_ASSETS_PATH}/iconify/iconify.min.js?assets_version={T_ASSETS_VERSION}"></script>
{% INCLUDEJS T_ASSETS_PATH ~ '/iconify/iconify-bundle.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>