changing parameters template directory to admin
[koha.git] / admin / biblio_framework.pl
index c81c698..f8a6495 100755 (executable)
@@ -56,7 +56,7 @@ my $pagesize=20;
 my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/biblio_framework.tmpl",
+    = get_template_and_user({template_name => "admin/biblio_framework.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,