* Menu items and titles
*/
- 'thewire' => "The wire",
+ 'thewire' => "My wire posts",
'thewire:user' => "%s's wire posts",
'thewire:posttitle' => "%s's notes on the wire: %s",
'thewire:everyone' => "All wire posts",
// 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