Bug 11349: Change .tmpl -> .tt in scripts using templates
[srvgit] / labels / label-edit-profile.pl
index b114554..c1b25ae 100755 (executable)
@@ -25,13 +25,13 @@ use CGI;
 
 use C4::Auth qw(get_template_and_user);
 use C4::Output qw(output_html_with_http_headers);
-use C4::Creators 1.000000;
-use C4::Labels 1.000000;
+use C4::Creators;
+use C4::Labels;
 
 my $cgi = new CGI;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
-        template_name   => "labels/label-edit-profile.tmpl",
+        template_name   => "labels/label-edit-profile.tt",
         query           => $cgi,
         type            => "intranet",
         authnotrequired => 0,