mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Various updates
git-svn-id: file:///svn/phpbb/trunk@1383 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -227,7 +227,7 @@ $template->assign_vars(array(
|
||||
"L_REGISTER" => $lang['Register'],
|
||||
"L_PROFILE" => $lang['Profile'],
|
||||
"L_SEARCH" => $lang['Search'],
|
||||
"L_PRIVATEMSGS" => $lang['Private_messages'],
|
||||
"L_PRIVATEMSGS" => $lang['Private_Messages'],
|
||||
"L_WHO_IS_ONLINE" => $lang['Who_is_Online'],
|
||||
"L_MEMBERLIST" => $lang['Memberlist'],
|
||||
"L_FAQ" => $lang['FAQ'],
|
||||
@@ -262,7 +262,8 @@ $template->assign_vars(array(
|
||||
"U_PROFILE" => append_sid("profile.".$phpEx."?mode=editprofile"),
|
||||
"U_PRIVATEMSGS" => append_sid("privmsg.".$phpEx."?folder=inbox"),
|
||||
"U_SEARCH" => append_sid("search.".$phpEx),
|
||||
"U_MEMBERLIST" => append_sid("memberlist.".$phpEx),
|
||||
"U_MEMBERLIST" => append_sid("memberlist.".$phpEx),
|
||||
"U_MODCP" => append_sid("modcp.".$phpEx),
|
||||
"U_FAQ" => append_sid("faq.".$phpEx),
|
||||
"U_VIEWONLINE" => append_sid("viewonline.$phpEx"),
|
||||
"U_LOGIN_LOGOUT" => append_sid($u_login_logout),
|
||||
|
Reference in New Issue
Block a user