--- lib/A3C/Dispatcher.pm 2008/04/10 00:08:37 67 +++ lib/A3C/Dispatcher.pm 2008/04/10 21:33:37 71 @@ -17,8 +17,11 @@ # Jifty->log->debug("current_user = ", dump( $user )); - $top->child( _('Find People') => url => '/search-users' ); - $top->child( _('Sync Organization') => url => '/sync' ); + $top->child( _('People') => url => 'people' ); + + $top->child( _('Sync') => url => 'sync' ); + $top->child( _('LDAP') => url => 'ldap' ); + # $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id; };