From b1aa0ccbcde67d2db5de4bcbfb392cccd974102a Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 29 Apr 2023 13:56:37 +0200 Subject: [PATCH] [ticket/17100] Remove reuse of template/all files in acp PHPBB3-17100 --- phpBB/adm/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 68f8ee634a..ba4eb0cbdb 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -63,7 +63,6 @@ $template->set_custom_style( ], [ $phpbb_admin_path . 'style', - $phpbb_root_path . 'styles/all/template/', ], );