Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-equinox.git] / errors / 403.pl
index 5208c17..e3b7b88 100755 (executable)
@@ -27,7 +27,7 @@ my $query = CGI->new;
 my $admin = C4::Context->preference('KohaAdminEmailAddress');
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
-        template_name   => 'errors/403.tmpl',
+        template_name   => 'errors/403.tt',
         query           => $query,
         type            => 'intranet',
         authnotrequired => 1,