aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-08-28 13:40:35 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-02 15:51:20 -0500
commit8ee86b75908141c28aa4d92ba93921337cde30c3 (patch)
tree1bc88e07dc9b8f45bc703b59852332fc75597d29 /phpBB/adm/index.php
parent9d6370751f1b998e3da448e16c1446b33ddd17d0 (diff)
downloadforums-8ee86b75908141c28aa4d92ba93921337cde30c3.tar
forums-8ee86b75908141c28aa4d92ba93921337cde30c3.tar.gz
forums-8ee86b75908141c28aa4d92ba93921337cde30c3.tar.bz2
forums-8ee86b75908141c28aa4d92ba93921337cde30c3.tar.xz
forums-8ee86b75908141c28aa4d92ba93921337cde30c3.zip
[ticket/11791] Load adm/ events from styles/adm/event/
PHPBB3-11791
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 3520eb8b70..c1e8edbd03 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -50,7 +50,7 @@ $module_id = request_var('i', '');
$mode = request_var('mode', '');
// Set custom style for admin area
-$template->set_custom_style('admin', $phpbb_admin_path . 'style');
+$template->set_custom_style('adm', $phpbb_admin_path . 'style');
$template->assign_var('T_ASSETS_PATH', $phpbb_root_path . 'assets');
$template->assign_var('T_TEMPLATE_PATH', $phpbb_admin_path . 'style');