diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-08-28 13:40:35 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-02 15:51:20 -0500 |
commit | 8ee86b75908141c28aa4d92ba93921337cde30c3 (patch) | |
tree | 1bc88e07dc9b8f45bc703b59852332fc75597d29 /phpBB/includes/functions_module.php | |
parent | 9d6370751f1b998e3da448e16c1446b33ddd17d0 (diff) | |
download | forums-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/includes/functions_module.php')
-rw-r--r-- | phpBB/includes/functions_module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index 8f0f6a837a..80477684a8 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -508,7 +508,7 @@ class p_master if (is_dir($module_style_dir)) { - $template->set_custom_style('admin', array($module_style_dir, $phpbb_admin_path . 'style')); + $template->set_custom_style('adm', array($module_style_dir, $phpbb_admin_path . 'style')); } } |