aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/start.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-09 11:22:20 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-09 11:22:20 +0000
commitd499b87e5aa29f01e42da391d12b709d770d55fd (patch)
tree7da1de830aef5c53e2bbc325ce5aacfc5d76f0bc /mod/thewire/start.php
parentfd2b192633749814cc45b40aed293c1a4a6dbb72 (diff)
downloadelgg-d499b87e5aa29f01e42da391d12b709d770d55fd.tar.gz
elgg-d499b87e5aa29f01e42da391d12b709d770d55fd.tar.bz2
Updated 'my wire' link in toolbar menu
git-svn-id: http://code.elgg.org/elgg/trunk@5318 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/start.php')
-rw-r--r--mod/thewire/start.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/thewire/start.php b/mod/thewire/start.php
index dfa57bd17..97630336a 100644
--- a/mod/thewire/start.php
+++ b/mod/thewire/start.php
@@ -28,9 +28,7 @@
// Set up menu for logged in users
if (isloggedin()) {
-
- add_menu(elgg_echo('thewire'), $CONFIG->wwwroot . "mod/thewire/everyone.php");
-
+ add_menu(elgg_echo('thewire'), $CONFIG->wwwroot . "pg/thewire/". $_SESSION['user']->username);
}
// Extend system CSS with our own styles, which are defined in the thewire/css view