From d499b87e5aa29f01e42da391d12b709d770d55fd Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 9 Mar 2010 11:22:20 +0000 Subject: Updated 'my wire' link in toolbar menu git-svn-id: http://code.elgg.org/elgg/trunk@5318 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/start.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mod/thewire/start.php') 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 -- cgit v1.2.3