From 83f950638c0abc77a3674ac476ce9f201df0a672 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 19 Mar 2010 20:20:17 +0000 Subject: Default all tools' menu items to "world" view. Removed "My" prefix. git-svn-id: http://code.elgg.org/elgg/trunk@5450 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/file/start.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mod/file/start.php') diff --git a/mod/file/start.php b/mod/file/start.php index bd0389106..745f087f4 100644 --- a/mod/file/start.php +++ b/mod/file/start.php @@ -31,9 +31,7 @@ global $CONFIG; // Set up menu (tools dropdown) - if (isloggedin()) { - add_menu(elgg_echo('files'), $CONFIG->wwwroot . "pg/file/" . get_loggedin_user()->username); - } + add_menu(elgg_echo('files'), $CONFIG->wwwroot . "pg/file/"); // Extend CSS elgg_extend_view('css', 'file/css'); -- cgit v1.2.3