1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

Various admin lang and other fixes ... this will break other things I'm sure, only submit bug reports for recently commited files

git-svn-id: file:///svn/phpbb/trunk@1373 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-11-19 19:06:35 +00:00
parent 19c25b38e9
commit 348fc5805f
12 changed files with 750 additions and 617 deletions

View File

@@ -57,7 +57,7 @@ if( $HTTP_GET_VARS['pane'] == 'left' )
"U_FORUM_INDEX" => append_sid("../index.$phpEx"),
"U_ADMIN_INDEX" => append_sid("index.$phpEx?pane=right"),
"L_FORUM_INDEX" => $lang['Forum_Index'],
"L_FORUM_INDEX" => $lang['Main_index'],
"L_ADMIN_INDEX" => $lang['Admin_Index'],
"L_PREVIEW_FORUM" => $lang['Preview_forum'])
);