changing parameters template directory to admin
[koha.git] / admin / marctagstructure.pl
index 9f0c721..22adcb4 100755 (executable)
@@ -51,7 +51,7 @@ my $dbh = C4::Context->dbh;
 
 # open template
 my ($template, $loggedinuser, $cookie)
-    = get_template_and_user({template_name => "parameters/marctagstructure.tmpl",
+    = get_template_and_user({template_name => "admin/marctagstructure.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,