Bug 31893: Use checkauth and do not fetch about.tt template
[koha-ffzg.git] / opac / opac-course-reserves.pl
index 7e8e759..e5d474b 100755 (executable)
@@ -22,10 +22,10 @@ use Modern::Perl;
 
 use CGI qw ( -utf8 );
 
-use C4::Auth;
-use C4::Output;
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_html_with_http_headers );
 
-use C4::CourseReserves qw(SearchCourses);
+use C4::CourseReserves qw( SearchCourses );
 
 my $cgi = CGI->new;