mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12509] Fix path in adm/index.php
PHPBB3-12509
This commit is contained in:
@@ -53,7 +53,7 @@ $mode = request_var('mode', '');
|
||||
$template->set_custom_style(array(
|
||||
array(
|
||||
'name' => 'adm',
|
||||
'ext_path' => 'adm/',
|
||||
'ext_path' => 'adm/style/',
|
||||
)
|
||||
), $phpbb_admin_path . 'style');
|
||||
|
||||
|
Reference in New Issue
Block a user