--- lib/A3C/Dispatcher.pm 2008/06/03 19:40:12 152 +++ lib/A3C/Dispatcher.pm 2008/06/14 12:31:35 153 @@ -33,7 +33,8 @@ $top->child( _('Sync') => url => '/sync' ); $top->child( _('LDAP') => url => '/ldap' ); - $top->child( _('Strix') => url => '/strix' ); + my $strix = $top->child( _('Strix') => url => '/strix' ); + $strix->child( _('Name differences') => url => '/strix/name_diff' ); # $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;