--- lib/A3C/Dispatcher.pm 2008/04/10 21:33:37 71 +++ lib/A3C/Dispatcher.pm 2008/05/22 20:48:42 125 @@ -18,6 +18,7 @@ # Jifty->log->debug("current_user = ", dump( $user )); $top->child( _('People') => url => 'people' ); + $top->child( _('Organizations') => url => 'organizations' ); $top->child( _('Sync') => url => 'sync' ); $top->child( _('LDAP') => url => 'ldap' );