Skip to content
Snippets Groups Projects
Commit 347ee67a authored by Seth Meranda's avatar Seth Meranda
Browse files

change wording on tab to Around the World

parent 862cf688
No related branches found
No related tags found
No related merge requests found
......@@ -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/");
}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment