aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/swatch.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-01-20 16:54:15 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-01-20 16:54:15 +0000
commitcd4091af43fa2d7d3dbe5ad0d583c63f1d96c903 (patch)
treeb60c6980ad85e4a8daf48a10c3ab9e2efa4f29c2 /phpBB/adm/swatch.php
parentb55f9854e770ba7c37e0e1914c8570c856cbecf3 (diff)
downloadforums-cd4091af43fa2d7d3dbe5ad0d583c63f1d96c903.tar
forums-cd4091af43fa2d7d3dbe5ad0d583c63f1d96c903.tar.gz
forums-cd4091af43fa2d7d3dbe5ad0d583c63f1d96c903.tar.bz2
forums-cd4091af43fa2d7d3dbe5ad0d583c63f1d96c903.tar.xz
forums-cd4091af43fa2d7d3dbe5ad0d583c63f1d96c903.zip
i am not sure if people will like the config layout i test here... it requires the framework at least being present
git-svn-id: file:///svn/phpbb/trunk@9281 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/swatch.php')
-rw-r--r--phpBB/adm/swatch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/swatch.php b/phpBB/adm/swatch.php
index 7ee6d7d0c0..a7ece7e30d 100644
--- a/phpBB/adm/swatch.php
+++ b/phpBB/adm/swatch.php
@@ -23,7 +23,7 @@ $auth->acl($user->data);
$user->setup();
// Set custom template for admin area
-$template->set_custom_template(PHPBB_ROOT_PATH . CONFIG_ADM_FOLDER . '/style', 'admin');
+$template->set_custom_template(PHPBB_ROOT_PATH . phpbb::$base_config['admin_folder'] . '/style', 'admin');
$template->set_filenames(array(
'body' => 'colour_swatch.html')