mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
Include lang_admin as well as lang_main..
git-svn-id: file:///svn/phpbb/trunk@1338 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -171,6 +171,7 @@ include($phpbb_root_path.'includes/sessions.'.$phpEx);
|
|||||||
// Import language file, setup template ...
|
// Import language file, setup template ...
|
||||||
//
|
//
|
||||||
include($phpbb_root_path.'language/lang_' . $language . '/lang_main.'.$phpEx);
|
include($phpbb_root_path.'language/lang_' . $language . '/lang_main.'.$phpEx);
|
||||||
|
include($phpbb_root_path.'langauge/lang_' . $language . '/lang_admin.'.$phpEx);
|
||||||
|
|
||||||
$template = new Template($phpbb_root_path . "templates/" . $default_template);
|
$template = new Template($phpbb_root_path . "templates/" . $default_template);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user