X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=mainpage.pl;h=25ee4754b1094c2215da61238e7f6251a54d847d;hb=ab55e630a87c3d291f638f0522c418b1f0507dbc;hp=b5c0b1e1a9f857f1f7a9b69292ab9ea98da7c1de;hpb=231ea7c341caf316a93f7515eb0ce4597b2eabc6;p=koha_gimpoz diff --git a/mainpage.pl b/mainpage.pl index b5c0b1e1a9..25ee4754b1 100755 --- a/mainpage.pl +++ b/mainpage.pl @@ -1,5 +1,8 @@ #!/usr/bin/perl +# Copyright Paul Poulain 2002 +# Parts Copyright Liblime 2007 +# # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the @@ -52,10 +55,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( } ); -my $marc_p = C4::Context->boolean_preference("marc"); - $template->param( - NOTMARC => !$marc_p, authtypesloop => \@authtypesloop );