aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-05-17 11:45:24 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-05-31 00:18:39 +0200
commit7917e5a5893ce15c8cb77d592528a50a5998f92a (patch)
tree2d39853985cfe5a2aac2353f7737be96218548d5 /phpBB/adm/index.php
parentb3b92b7b188f07daae889b568a55c2b1b30ca6c1 (diff)
downloadforums-7917e5a5893ce15c8cb77d592528a50a5998f92a.tar
forums-7917e5a5893ce15c8cb77d592528a50a5998f92a.tar.gz
forums-7917e5a5893ce15c8cb77d592528a50a5998f92a.tar.bz2
forums-7917e5a5893ce15c8cb77d592528a50a5998f92a.tar.xz
forums-7917e5a5893ce15c8cb77d592528a50a5998f92a.zip
[ticket/11549] Do not set extension dir path for style in adm/index.php
As we don't want style files in adm/adm/style/ we should not prepend the adm/ by setting it. Note, we did that correctly in adm/swatch.php. PHPBB3-11549
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 564a19ce64..8cd1967c75 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -50,7 +50,6 @@ $module_id = request_var('i', '');
$mode = request_var('mode', '');
// Set custom style for admin area
-$phpbb_style->set_ext_dir_prefix('adm/');
$phpbb_style->set_custom_style('admin', $phpbb_admin_path . 'style', array(), '');
$template->assign_var('T_ASSETS_PATH', $phpbb_root_path . 'assets');
$template->assign_var('T_TEMPLATE_PATH', $phpbb_admin_path . 'style');