diff --git a/plugins/globe/start.php b/plugins/globe/start.php
index 7bb351e3f2790d53db15aafc154c66c1864c5f40..4446a9bae6063ae2eb1eeb163a6d1ae7a7f713ac 100644
--- a/plugins/globe/start.php
+++ b/plugins/globe/start.php
@@ -26,7 +26,7 @@
 		}
 		else
 		{
-			add_menu(elgg_echo('globe'), $CONFIG->wwwroot . "globe/");
+			add_menu(elgg_echo('globe'), $CONFIG->wwwroot . "pg/globe/");
 		}
 		
 		register_page_handler('globe', 'globe_page_handler');