Skip to content
Snippets Groups Projects
Commit 6d6873d7 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

hide the globe tab for now

parent 78d14323
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
global $CONFIG; global $CONFIG;
// Set up the menu for logged in users /* Hiding the Globe Tab
if (isloggedin()) if (isloggedin())
{ {
add_menu(elgg_echo('Globe'), $CONFIG->wwwroot . "pg/globe/"); add_menu(elgg_echo('Globe'), $CONFIG->wwwroot . "pg/globe/");
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
{ {
add_menu(elgg_echo('Globe'), $CONFIG->wwwroot . "pg/globe/"); add_menu(elgg_echo('Globe'), $CONFIG->wwwroot . "pg/globe/");
} }
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment