From: dave Date: Fri, 2 Apr 2010 08:32:13 +0000 (+0000) Subject: point the groups main nav link to the all groups page X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3828b7036ec1e00f8a0cb413066213a9c38edd3c;p=lorea%2Felgg.git point the groups main nav link to the all groups page git-svn-id: http://code.elgg.org/elgg/trunk@5575 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/mod/groups/start.php b/mod/groups/start.php index e77edef41..fd9148086 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -18,7 +18,7 @@ global $CONFIG; // Set up the menu - add_menu(elgg_echo('groups'), $CONFIG->wwwroot . "pg/groups/member/"); + add_menu(elgg_echo('groups'), $CONFIG->wwwroot . "pg/groups/world/"); // Register a page handler, so we can have nice URLs register_page_handler('groups','groups_page_handler');