--- lib/Arh/Dispatcher.pm 2008/04/06 18:31:14 51 +++ lib/Arh/Dispatcher.pm 2008/04/06 21:07:20 55 @@ -17,7 +17,7 @@ $top->child( _('Units') => url => '/units' ); if ( $user->id ) { - $top->child( _('Pictures') => url => '/pictures' ); + # only for logged users } };