--- lib/A3C/Dispatcher.pm 2008/06/16 22:56:14 186 +++ lib/A3C/Dispatcher.pm 2008/06/17 21:32:12 197 @@ -36,7 +36,7 @@ my $strix = $top->child( _('Strix') => url => '/strix' ); $strix->child( _('Name differences') => url => '/strix/name_diff' ); $strix->child( _('SQL') => url => '/strix/sql' ); - $strix->child( _('Sitemap') => url => '/strix/sitemap' ); + $strix->child( _('Navigation') => url => '/strix/site-navigation' ); $strix->child( _('Layout') => url => '/strix/layout' ); # $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;