--- lib/Arh/Dispatcher.pm 2007/11/30 20:13:06 22 +++ lib/Arh/Dispatcher.pm 2007/11/30 23:23:14 23 @@ -14,8 +14,8 @@ #set user => $user; #warn "##### ",dump( $user ); - $top->child( _('Units') => url => '/units' ); # if $user->id; - $top->child( _('Pictures') => url => '/pictures' ); # if $user->id; + $top->child( _('Units') => url => '/units' ); + $top->child( _('Pictures') => url => '/pictures' ); };