diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 31965cec28..f83a491e97 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -53,7 +53,7 @@ $mode = request_var('mode', ''); $template->set_custom_style(array( array( 'name' => 'adm', - 'ex_path' => 'adm/', + 'ext_path' => 'adm/', ) ), $phpbb_admin_path . 'style');