mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Updates to viewonline location output
git-svn-id: file:///svn/phpbb/trunk@533 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
520eec3ee4
commit
b1f6fe7537
2 changed files with 3 additions and 13 deletions
|
@ -300,9 +300,7 @@ $lang['Last_updated'] = "Last Updated";
|
||||||
$lang['Forum_index'] = "Forum index";
|
$lang['Forum_index'] = "Forum index";
|
||||||
$lang['Loggin_on'] = "Logging on";
|
$lang['Loggin_on'] = "Logging on";
|
||||||
$lang['Searching_forums'] = "Searching forums";
|
$lang['Searching_forums'] = "Searching forums";
|
||||||
$lang['Registering'] = "Registering";
|
$lang['Viewing_profile'] = "Viewing profile";
|
||||||
$lang['Viewing_profiles'] = "Viewing profiles";
|
|
||||||
$lang['Altering_profile'] = "Altering profile";
|
|
||||||
$lang['Viewing_online'] = "Viewing who is online";
|
$lang['Viewing_online'] = "Viewing who is online";
|
||||||
$lang['Viewing_member_list'] = "Viewing member list";
|
$lang['Viewing_member_list'] = "Viewing member list";
|
||||||
$lang['Viewing_priv_msgs'] = "Viewing Private Messages";
|
$lang['Viewing_priv_msgs'] = "Viewing Private Messages";
|
||||||
|
|
|
@ -173,16 +173,8 @@ if($online_count)
|
||||||
$location = $lang['Searching_forums'];
|
$location = $lang['Searching_forums'];
|
||||||
$location_url = "search.$phpEx";
|
$location_url = "search.$phpEx";
|
||||||
break;
|
break;
|
||||||
case PAGE_REGISTER:
|
case PAGE_PROFILE:
|
||||||
$location = $lang['Registering'];
|
$location = $lang['Viewing_profile'];
|
||||||
$location_url = "index.$phpEx";
|
|
||||||
break;
|
|
||||||
case PAGE_VIEWPROFILE:
|
|
||||||
$location = $lang['Viewing_profiles'];
|
|
||||||
$location_url = "index.$phpEx";
|
|
||||||
break;
|
|
||||||
case PAGE_ALTERPROFILE:
|
|
||||||
$location = $lang['Altering_profile'];
|
|
||||||
$location_url = "index.$phpEx";
|
$location_url = "index.$phpEx";
|
||||||
break;
|
break;
|
||||||
case PAGE_VIEWONLINE:
|
case PAGE_VIEWONLINE:
|
||||||
|
|
Loading…
Add table
Reference in a new issue