From d2e14f5d5de582925115cecf7e40a7eee9d4cf43 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 30 Apr 2023 16:47:19 +0200 Subject: [PATCH] [ticket/17100] Add back style/all folder PHPBB3-17100 --- phpBB/adm/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index ba4eb0cbdb..68f8ee634a 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -63,6 +63,7 @@ $template->set_custom_style( ], [ $phpbb_admin_path . 'style', + $phpbb_root_path . 'styles/all/template/', ], );