diff options
Diffstat (limited to 'mod/thewire/start.php')
-rw-r--r-- | mod/thewire/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/start.php b/mod/thewire/start.php index c47e17d5c..b33cd9e3b 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -23,7 +23,7 @@ global $CONFIG; // Set up menu for logged in users - add_menu(elgg_echo('thewire:title'), $CONFIG->wwwroot . "pg/thewire"); + add_menu(elgg_echo('thewire:title'), elgg_get_site_url() . "pg/thewire"); // Extend system CSS with our own styles, which are defined in the thewire/css view elgg_extend_view('css','thewire/css'); |