mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Changed paths for language
git-svn-id: file:///svn/phpbb/trunk@1170 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -160,7 +160,7 @@ include($phpbb_root_path.'includes/sessions.'.$phpEx);
|
||||
//
|
||||
// Import language file, setup template ...
|
||||
//
|
||||
include($phpbb_root_path.'language/lang_' . $language . '.'.$phpEx);
|
||||
include($phpbb_root_path.'language/lang_' . $language . '/lang_main.'.$phpEx);
|
||||
|
||||
$template = new Template($phpbb_root_path . "templates/" . $default_template);
|
||||
|
||||
@@ -507,4 +507,5 @@ else
|
||||
exit();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
?>
|
Reference in New Issue
Block a user