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/adm/swatch.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/adm/swatch.php')
-rw-r--r-- | phpBB/adm/swatch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/swatch.php b/phpBB/adm/swatch.php index cdd6bf3969..e9d46d65b5 100644 --- a/phpBB/adm/swatch.php +++ b/phpBB/adm/swatch.php @@ -22,7 +22,7 @@ $auth->acl($user->data); $user->setup(); // Set custom template for admin area -$template->set_custom_style('admin', $phpbb_admin_path . 'style'); +$template->set_custom_style('adm', $phpbb_admin_path . 'style'); $template->set_filenames(array( 'body' => 'colour_swatch.html') |