--- lib/A3C/Dispatcher.pm 2008/05/30 22:46:53 141 +++ lib/A3C/Dispatcher.pm 2008/05/30 23:47:29 142 @@ -33,6 +33,7 @@ $top->child( _('Sync') => url => '/sync' ); $top->child( _('LDAP') => url => '/ldap' ); + $top->child( _('Strix') => url => '/strix' ); # $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;