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