Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-ffzg.git] / tools / tools-home.pl
index 055f7f4..b493f1f 100755 (executable)
@@ -27,7 +27,7 @@ use C4::Tags qw/get_count_by_tag_status/;
 my $query = new CGI;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
-        template_name   => "tools/tools-home.tmpl",
+        template_name   => "tools/tools-home.tt",
         query           => $query,
         type            => "intranet",
         authnotrequired => 0,