mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
Updates to viewonline location output
git-svn-id: file:///svn/phpbb/trunk@533 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -173,16 +173,8 @@ if($online_count)
|
||||
$location = $lang['Searching_forums'];
|
||||
$location_url = "search.$phpEx";
|
||||
break;
|
||||
case PAGE_REGISTER:
|
||||
$location = $lang['Registering'];
|
||||
$location_url = "index.$phpEx";
|
||||
break;
|
||||
case PAGE_VIEWPROFILE:
|
||||
$location = $lang['Viewing_profiles'];
|
||||
$location_url = "index.$phpEx";
|
||||
break;
|
||||
case PAGE_ALTERPROFILE:
|
||||
$location = $lang['Altering_profile'];
|
||||
case PAGE_PROFILE:
|
||||
$location = $lang['Viewing_profile'];
|
||||
$location_url = "index.$phpEx";
|
||||
break;
|
||||
case PAGE_VIEWONLINE:
|
||||
|
Reference in New Issue
Block a user