mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16944] Adjust iconify path for installer
PHPBB3-16944
This commit is contained in:
parent
09cc08ea74
commit
b4b7199ed5
1 changed files with 1 additions and 1 deletions
|
@ -26,9 +26,9 @@ installLang = {
|
|||
<!-- IF S_ALLOW_CDN --><script>window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.6.0.min.js">\x3C/script>');</script><!-- ENDIF -->
|
||||
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
|
||||
<!-- INCLUDEJS admin.js -->
|
||||
{% INCLUDEJS T_ASSETS_PATH ~ '/iconify/iconify.min.js' %}
|
||||
|
||||
{$ICONIFY_ICONS}
|
||||
<script src="{T_ASSETS_PATH}/iconify/iconify.min.js?assets_version={T_ASSETS_VERSION}"></script>
|
||||
{$SCRIPTS}
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue