diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-19 20:20:17 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-19 20:20:17 +0000 |
commit | 83f950638c0abc77a3674ac476ce9f201df0a672 (patch) | |
tree | 2a4c5eadd132c0778ae852ca2b36b2635901aa42 /mod/file | |
parent | 2d8b27d6fe62f43b21893d1f3f7d8808e962f3cc (diff) | |
download | elgg-83f950638c0abc77a3674ac476ce9f201df0a672.tar.gz elgg-83f950638c0abc77a3674ac476ce9f201df0a672.tar.bz2 |
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
Diffstat (limited to 'mod/file')
-rw-r--r-- | mod/file/start.php | 4 |
1 files changed, 1 insertions, 3 deletions
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'); |