X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=mainpage.pl;h=8116eebdb0bee5bf7ecaa541cf7ac0b2f451cdc2;hb=c84b9bb12d974c39973c130c43b96033f7aee7ec;hp=0c0c5d6e8dc26901765d3978002cb128e02779ae;hpb=3969bbe3694a9967f46e5ce0bb17af57ed195e5b;p=koha.git diff --git a/mainpage.pl b/mainpage.pl index 0c0c5d6e8d..8116eebdb0 100755 --- a/mainpage.pl +++ b/mainpage.pl @@ -17,11 +17,9 @@ # use strict; -require Exporter; -use C4::Output; # contains gettemplate -use C4::Interface::CGI::Output; use CGI; +use C4::Output; use C4::Auth; use C4::AuthoritiesMarc; use C4::Koha; @@ -30,8 +28,10 @@ my $query = new CGI; my $authtypes = getauthtypes; my @authtypesloop; -foreach my $thisauthtype ( sort { $authtypes->{$a} <=> $authtypes->{$b} } - keys %$authtypes ) +foreach my $thisauthtype ( + sort { $authtypes->{$a} <=> $authtypes->{$b} } + keys %$authtypes + ) { my %row = ( value => $thisauthtype, @@ -47,9 +47,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( type => "intranet", authnotrequired => 0, flagsrequired => { - catalogue => 1, - circulate => 1, - borrowers => 1, + catalogue => 1, }, } ); @@ -61,7 +59,7 @@ $template->param( authtypesloop => \@authtypesloop ); -my $all_koha_news = &GetNewsToDisplay("koha"); +my $all_koha_news = &GetNewsToDisplay("koha"); my $koha_news_count = scalar @$all_koha_news; $template->param(