aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-01-20 12:41:00 +0200
committerVjacheslav Trushkin <arty@phpbb.com>2012-01-20 12:41:00 +0200
commitd4c3d4b21d4951b6cd3d4038988278a3667f2827 (patch)
treec0837a5fdeeb9b9d080393572abce83749f52ce5
parent6c038d04991d1474916edccce7291d8f4f8a9210 (diff)
downloadforums-d4c3d4b21d4951b6cd3d4038988278a3667f2827.tar
forums-d4c3d4b21d4951b6cd3d4038988278a3667f2827.tar.gz
forums-d4c3d4b21d4951b6cd3d4038988278a3667f2827.tar.bz2
forums-d4c3d4b21d4951b6cd3d4038988278a3667f2827.tar.xz
forums-d4c3d4b21d4951b6cd3d4038988278a3667f2827.zip
[ticket/10378] Imageset to css convertor typo
Imageset to css convertor typo PHPBB3-10378
-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 3d55808319..9983a85202 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();