french translation
[koha_fer] / catalogue-home.pl
index df94438..39e95d4 100755 (executable)
@@ -4,6 +4,7 @@ use strict;
 use CGI;
 use C4::Auth;
 use C4::Output;
+use C4::Interface::CGI::Output;
 use C4::Database;
 use HTML::Template;
 
@@ -26,4 +27,4 @@ $template->param(loggedinuser => $loggedinuser,
                                                classlist => $classlist,
                                                type => 'intranet',);
 
-print $query->header(-cookie => $cookie), $template->output;
+output_html_with_http_headers $query, $cookie, $template->output;