1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/12509] Fix path in adm/index.php

PHPBB3-12509
This commit is contained in:
Tristan Darricau 2014-05-14 01:11:43 +02:00
parent 57d08dc77b
commit c8080d6464

View File

@ -53,7 +53,7 @@ $mode = request_var('mode', '');
$template->set_custom_style(array( $template->set_custom_style(array(
array( array(
'name' => 'adm', 'name' => 'adm',
'ext_path' => 'adm/', 'ext_path' => 'adm/style/',
) )
), $phpbb_admin_path . 'style'); ), $phpbb_admin_path . 'style');