aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/imageset_to_css.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/develop/imageset_to_css.php')
-rw-r--r--phpBB/develop/imageset_to_css.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/imageset_to_css.php b/phpBB/develop/imageset_to_css.php
index 3db005a054..d49fe9c741 100644
--- a/phpBB/develop/imageset_to_css.php
+++ b/phpBB/develop/imageset_to_css.php
@@ -10,7 +10,7 @@ $phpbb_root_path = '../';
$style = 'subsilver2';
$imageset_path = $phpbb_root_path . 'styles/' . $style . '/imageset';
-$theme_path = $phpbb_root_path . 'styles/' . $style . '/theme2';
+$theme_path = $phpbb_root_path . 'styles/' . $style . '/theme';
// Start output buffering
ob_start();