diff options
Diffstat (limited to 'phpBB/adm/swatch.php')
-rw-r--r-- | phpBB/adm/swatch.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/adm/swatch.php b/phpBB/adm/swatch.php index 86498a255f..3ae38d0d8b 100644 --- a/phpBB/adm/swatch.php +++ b/phpBB/adm/swatch.php @@ -21,10 +21,8 @@ $user->session_begin(false); $auth->acl($user->data); $user->setup(); -$phpbb_admin_path = (defined('PHPBB_ADMIN_PATH')) ? PHPBB_ADMIN_PATH : './'; - // Set custom template for admin area -$phpbb_style->set_custom_style('admin', $phpbb_admin_path . 'style', ''); +$phpbb_style->set_custom_style('admin', $phpbb_admin_path . 'style', array(), ''); $template->set_filenames(array( 'body' => 'colour_swatch.html') |