diff --git a/plugins/globe/start.php b/plugins/globe/start.php index 9256ff984b892243c3d4ecf39c1d6d7e9dc8758f..10266303817ed734a463e92e50a07d3324fce73e 100644 --- a/plugins/globe/start.php +++ b/plugins/globe/start.php @@ -18,7 +18,7 @@ global $CONFIG; - // Set up the menu for logged in users + /* Hiding the Globe Tab if (isloggedin()) { add_menu(elgg_echo('Globe'), $CONFIG->wwwroot . "pg/globe/"); @@ -28,6 +28,7 @@ { add_menu(elgg_echo('Globe'), $CONFIG->wwwroot . "pg/globe/"); } + */