From 6d6873d74ddbf8b9eaf128dd4a03e8d180214a01 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Mon, 21 Sep 2009 14:04:56 +0000 Subject: [PATCH] hide the globe tab for now --- plugins/globe/start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/globe/start.php b/plugins/globe/start.php index 9256ff98..10266303 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/"); } + */ -- GitLab