X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=mainpage.pl;h=cdd6a9ab4479bf803065bc6a601766723c26e8fc;hb=c87df4e334cdabeb4282ff1faee781b0fcd1248f;hp=0c0c5d6e8dc26901765d3978002cb128e02779ae;hpb=3969bbe3694a9967f46e5ce0bb17af57ed195e5b;p=koha_ffzg diff --git a/mainpage.pl b/mainpage.pl index 0c0c5d6e8d..cdd6a9ab44 100755 --- a/mainpage.pl +++ b/mainpage.pl @@ -19,9 +19,8 @@ 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 +29,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 +48,9 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( type => "intranet", authnotrequired => 0, flagsrequired => { - catalogue => 1, - circulate => 1, - borrowers => 1, + catalogue => 1, + circulate => 1, + borrowers => 1, }, } ); @@ -61,7 +62,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(