--- lib/A3C/Dispatcher.pm 2008/04/01 19:27:06 54 +++ lib/A3C/Dispatcher.pm 2008/04/01 19:39:00 55 @@ -14,6 +14,7 @@ # Jifty->log->debug("current_user = ", dump( $user )); $top->child( _('Find People') => url => '/search-users' ); + $top->child( _('Sync Organization') => url => '/sync' ); # $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id; };