mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12509] Fix typo in adm/index.php
PHPBB3-12509
This commit is contained in:
parent
9fc2063d86
commit
57d08dc77b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ $mode = request_var('mode', '');
|
||||||
$template->set_custom_style(array(
|
$template->set_custom_style(array(
|
||||||
array(
|
array(
|
||||||
'name' => 'adm',
|
'name' => 'adm',
|
||||||
'ex_path' => 'adm/',
|
'ext_path' => 'adm/',
|
||||||
)
|
)
|
||||||
), $phpbb_admin_path . 'style');
|
), $phpbb_admin_path . 'style');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue