mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/10378] Imageset to css convertor typo
Imageset to css convertor typo PHPBB3-10378
This commit is contained in:
parent
6c038d0499
commit
d4c3d4b21d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue