mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
Changed paths for language
git-svn-id: file:///svn/phpbb/trunk@1170 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user