--- lib/Arh/Dispatcher.pm 2008/04/04 11:52:03 37 +++ lib/Arh/Dispatcher.pm 2008/04/06 16:06:41 47 @@ -14,11 +14,10 @@ #set user => $user; #warn "##### ",dump( $user ); - if ( $user->id ) { + $top->child( _('Units') => url => '/units' ); - $top->child( _('Units') => url => '/units' ); + if ( $user->id ) { $top->child( _('Pictures') => url => '/pictures' ); - } };