diff --git a/phpBB/adm/style/installer_footer.html b/phpBB/adm/style/installer_footer.html
index 41881d5ff6..0480f34f10 100644
--- a/phpBB/adm/style/installer_footer.html
+++ b/phpBB/adm/style/installer_footer.html
@@ -26,6 +26,8 @@ installLang = {
+{% INCLUDEJS T_ASSETS_PATH ~ '/iconify/iconify.min.js' %}
+
{$ICONIFY_ICONS}
{$SCRIPTS}
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index 984a3d96ff..112ef07928 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -45,6 +45,7 @@
+{% INCLUDEJS T_ASSETS_PATH ~ '/iconify/iconify.min.js' %}
{$ICONIFY_ICONS}
diff --git a/phpBB/adm/style/simple_footer.html b/phpBB/adm/style/simple_footer.html
index 6ad9611bf6..4ffe38aaee 100644
--- a/phpBB/adm/style/simple_footer.html
+++ b/phpBB/adm/style/simple_footer.html
@@ -19,6 +19,7 @@
+{% INCLUDEJS T_ASSETS_PATH ~ '/iconify/iconify.min.js' %}
{$ICONIFY_ICONS}
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index 5dfb05a463..69054eba92 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -367,9 +367,6 @@ class acp_styles
// Clear cache
$this->cache->purge();
- // Force rebuild of iconify bundle
- //$this->iconify_bundler->get_bundle(true);
-
// Show message
trigger_error(implode('
', $messages) . adm_back_link($this->u_action), E_USER_NOTICE);
}
diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html
index 38c1677831..71824a361c 100644
--- a/phpBB/styles/prosilver/template/simple_footer.html
+++ b/phpBB/styles/prosilver/template/simple_footer.html
@@ -46,7 +46,7 @@
-
+{% INCLUDEJS T_ASSETS_PATH ~ '/iconify/iconify.min.js' %}
{$ICONIFY_ICONS}