diff options
Diffstat (limited to 'phpBB/faq.php')
| -rw-r--r-- | phpBB/faq.php | 2 |
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") |
