aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/start.php
diff options
context:
space:
mode:
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