Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-equinox.git] / labels / label-edit-layout.pl
index e814e3b..2dd7612 100755 (executable)
@@ -32,7 +32,7 @@ use C4::Labels;
 my $cgi = new CGI;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
-        template_name   => "labels/label-edit-layout.tmpl",
+        template_name   => "labels/label-edit-layout.tt",
         query           => $cgi,
         type            => "intranet",
         authnotrequired => 0,