Correct pathname for template

git-svn-id: file:///svn/phpbb/trunk@4378 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-08-11 10:41:03 +00:00
parent ff0a7e2630
commit 27d86a2e32

View file

@ -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 = '';