From 347ee67a023bbf6fd1506865649991c3f47f41ce Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Fri, 25 Sep 2009 16:20:34 +0000 Subject: [PATCH] change wording on tab to Around the World --- plugins/globe/start.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/globe/start.php b/plugins/globe/start.php index 10266303..a5eed512 100644 --- a/plugins/globe/start.php +++ b/plugins/globe/start.php @@ -18,17 +18,16 @@ global $CONFIG; - /* Hiding the Globe Tab + if (isloggedin()) { - add_menu(elgg_echo('Globe'), $CONFIG->wwwroot . "pg/globe/"); + add_menu(elgg_echo('Around the World'), $CONFIG->wwwroot . "pg/globe/"); //add_menu(elgg_echo('groups:alldiscussion'),$CONFIG->wwwroot."mod/groups/discussions.php"); } else { - add_menu(elgg_echo('Globe'), $CONFIG->wwwroot . "pg/globe/"); + add_menu(elgg_echo('Around the World'), $CONFIG->wwwroot . "pg/globe/"); } - */ -- GitLab