Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-ffzg.git] / opac / opac-privacy.pl
index 22fe694..7b56e5d 100755 (executable)
@@ -31,7 +31,7 @@ my $dbh   = C4::Context->dbh;
 
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {
-        template_name   => "opac-privacy.tmpl",
+        template_name   => "opac-privacy.tt",
         query           => $query,
         type            => "opac",
         authnotrequired => 0,