Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-ffzg.git] / opac / errors / 400.pl
index 1972c46..bf24260 100755 (executable)
@@ -28,7 +28,7 @@ my $query = new CGI;
 my $admin = C4::Context->preference('KohaAdminEmailAddress');
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
-        template_name   => "errors/400.tmpl",
+        template_name   => "errors/400.tt",
         query           => $query,
         type            => "opac",
         authnotrequired => 1,