mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Correct pathname for template
git-svn-id: file:///svn/phpbb/trunk@4378 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -118,7 +118,7 @@ class bbcode
|
||||
}
|
||||
|
||||
$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 = '';
|
||||
|
Reference in New Issue
Block a user