--- lib/Arh/Dispatcher.pm 2007/11/29 15:13:10 7 +++ lib/Arh/Dispatcher.pm 2007/11/29 16:08:13 8 @@ -14,6 +14,7 @@ #set user => $user; #warn "##### ",dump( $user ); + $top->child( _('Units') => url => '/units' ); # if $user->id; $top->child( _('Pictures') => url => '/pictures' ); # if $user->id; };