aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-24 16:10:26 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-24 16:10:26 +0000
commit58a3d036ceccdf434d08765c8a9f2443776b4a77 (patch)
tree7f34300c9d8c2554fda73359d5780c9723b87415 /phpBB/includes/bbcode.php
parente0f2c00ce6115e1d93bc6e2f96b4d772ae862d02 (diff)
downloadforums-58a3d036ceccdf434d08765c8a9f2443776b4a77.tar
forums-58a3d036ceccdf434d08765c8a9f2443776b4a77.tar.gz
forums-58a3d036ceccdf434d08765c8a9f2443776b4a77.tar.bz2
forums-58a3d036ceccdf434d08765c8a9f2443776b4a77.tar.xz
forums-58a3d036ceccdf434d08765c8a9f2443776b4a77.zip
path change for bbcode
git-svn-id: file:///svn/phpbb/trunk@4329 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/bbcode.php')
-rw-r--r--phpBB/includes/bbcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php
index db0f330c36..c40167549c 100644
--- a/phpBB/includes/bbcode.php
+++ b/phpBB/includes/bbcode.php
@@ -285,7 +285,7 @@ class bbcode
{
global $user;
- $tpl_filename = (file_exists($phpbb_root_path . 'styles/templates/' . $user->theme['primary']['template_path'] . '/bbcode.html')) ? $phpbb_root_path . 'styles/templates/' . $user->theme['primary']['template_path'] . '/bbcode.html' : $phpbb_root_path . 'styles/templates/' . $user->theme['secondary']['template_path'] . '/bbcode.html';
+ $tpl_filename = (file_exists($phpbb_root_path . 'styles/' . $user->theme['primary']['template_path'] . '/template/bbcode.html')) ? $phpbb_root_path . 'styles/' . $user->theme['primary']['template_path'] . '/template/bbcode.html' : $phpbb_root_path . 'styles/' . $user->theme['secondary']['template_path'] . '/template/bbcode.html';
if (!($fp = @fopen($tpl_filename, 'rb')))
{