diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-08-10 12:17:03 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-08-10 12:17:03 +0200 |
commit | 59780bbd091c9e162eaf5f399f9bb2440605c4f7 (patch) | |
tree | fc1aee490b75c85c4fc932887a967b7ee267a04f /phpBB/develop/imageset_to_css.php | |
parent | 8c4057404996c03fb08013bbd68a70ea6511ff02 (diff) | |
download | forums-59780bbd091c9e162eaf5f399f9bb2440605c4f7.tar forums-59780bbd091c9e162eaf5f399f9bb2440605c4f7.tar.gz forums-59780bbd091c9e162eaf5f399f9bb2440605c4f7.tar.bz2 forums-59780bbd091c9e162eaf5f399f9bb2440605c4f7.tar.xz forums-59780bbd091c9e162eaf5f399f9bb2440605c4f7.zip |
[ticket/12958] Remove more references of subsilver2
PHPBB3-12958
Diffstat (limited to 'phpBB/develop/imageset_to_css.php')
-rw-r--r-- | phpBB/develop/imageset_to_css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/imageset_to_css.php b/phpBB/develop/imageset_to_css.php index d49fe9c741..bbe7c31c83 100644 --- a/phpBB/develop/imageset_to_css.php +++ b/phpBB/develop/imageset_to_css.php @@ -7,7 +7,7 @@ */ $phpbb_root_path = '../'; -$style = 'subsilver2'; +$style = 'prosilver'; $imageset_path = $phpbb_root_path . 'styles/' . $style . '/imageset'; $theme_path = $phpbb_root_path . 'styles/' . $style . '/theme'; |