mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Correct pathname for template
git-svn-id: file:///svn/phpbb/trunk@4378 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ff0a7e2630
commit
27d86a2e32
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class bbcode
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->template_bitfield = $user->theme[$style]['bbcode_bitfield'];
|
$this->template_bitfield = $user->theme[$style]['bbcode_bitfield'];
|
||||||
$this->template_filename = $phpbb_root_path . 'styles/templates/' . $user->theme[$style]['template_path'] . '/bbcode.html';
|
$this->template_filename = $phpbb_root_path . 'styles/' . $user->theme[$style]['template_path'] . '/template/bbcode.html';
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = '';
|
$sql = '';
|
||||||
|
|
Loading…
Add table
Reference in a new issue