From 27d86a2e3254d1bba611c449d767baa61939737e Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 11 Aug 2003 10:41:03 +0000 Subject: [PATCH] Correct pathname for template git-svn-id: file:///svn/phpbb/trunk@4378 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php index 9828b26c09..673513fd41 100644 --- a/phpBB/includes/bbcode.php +++ b/phpBB/includes/bbcode.php @@ -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 = '';