diff options
Diffstat (limited to 'phpBB/viewonline.php')
| -rw-r--r-- | phpBB/viewonline.php | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index b8b26eefa1..2d3ef9f54f 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -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: |
