aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/faq.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-11 12:18:37 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-11 12:18:37 +0000
commit5ed2aa759071b4352714174cf0ddcd4d0323d6e9 (patch)
treeabd807328fb2f31ba1b11387814d34d7a12f962b /phpBB/faq.php
parentbb6c0fe235df4d42a514da20e5ff00b20c587d23 (diff)
downloadforums-5ed2aa759071b4352714174cf0ddcd4d0323d6e9.tar
forums-5ed2aa759071b4352714174cf0ddcd4d0323d6e9.tar.gz
forums-5ed2aa759071b4352714174cf0ddcd4d0323d6e9.tar.bz2
forums-5ed2aa759071b4352714174cf0ddcd4d0323d6e9.tar.xz
forums-5ed2aa759071b4352714174cf0ddcd4d0323d6e9.zip
Changed paths for language
git-svn-id: file:///svn/phpbb/trunk@1170 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/faq.php')
-rw-r--r--phpBB/faq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/faq.php b/phpBB/faq.php
index f78fbd0424..a750e2941c 100644
--- a/phpBB/faq.php
+++ b/phpBB/faq.php
@@ -34,7 +34,7 @@ init_userprefs($userdata);
//
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
-include($phpbb_root_path . 'language/faq_' . $board_config['default_lang'] . '.' . $phpEx);
+include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_faq.' . $phpEx);
$template->set_filenames(array(
"body" => "faq_body.tpl")