diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-14 01:11:43 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-14 01:11:43 +0200 |
commit | c8080d6464a406deaa4b5b2d375eea119f049dff (patch) | |
tree | e960732eb1f3b33ca45427816f5bd19632e7d76d /phpBB/adm/index.php | |
parent | 57d08dc77b61157ee53272ec0ba0154d7a416f0c (diff) | |
download | forums-c8080d6464a406deaa4b5b2d375eea119f049dff.tar forums-c8080d6464a406deaa4b5b2d375eea119f049dff.tar.gz forums-c8080d6464a406deaa4b5b2d375eea119f049dff.tar.bz2 forums-c8080d6464a406deaa4b5b2d375eea119f049dff.tar.xz forums-c8080d6464a406deaa4b5b2d375eea119f049dff.zip |
[ticket/12509] Fix path in adm/index.php
PHPBB3-12509
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r-- | phpBB/adm/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index f83a491e97..19482b6d6a 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', - 'ext_path' => 'adm/', + 'ext_path' => 'adm/style/', ) ), $phpbb_admin_path . 'style'); |